Class SolutionListExtremeValues
java.lang.Object
org.uma.jmetal.util.extremevalues.impl.SolutionListExtremeValues
- All Implemented Interfaces:
ExtremeValuesFinder<List<Solution<?>>,List<Double>>
public class SolutionListExtremeValues
extends Object
implements ExtremeValuesFinder<List<Solution<?>>,List<Double>>
Class for finding the extreme values of a list of objects
- Author:
- Antonio J. Nebro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindHighestValues(List<Solution<?>> solutionList) findLowestValues(List<Solution<?>> solutionList)
-
Constructor Details
-
SolutionListExtremeValues
public SolutionListExtremeValues()
-
-
Method Details
-
findLowestValues
- Specified by:
findLowestValuesin interfaceExtremeValuesFinder<List<Solution<?>>,List<Double>>
-
findHighestValues
- Specified by:
findHighestValuesin interfaceExtremeValuesFinder<List<Solution<?>>,List<Double>>
-