Uses of Class
org.uma.jmetal.util.point.PointSolution
| Package | Description |
|---|---|
| org.uma.jmetal.util | |
| org.uma.jmetal.util.legacy.front.util | |
| org.uma.jmetal.util.point |
-
Uses of PointSolution in org.uma.jmetal.util
Methods in org.uma.jmetal.util that return types with arguments of type PointSolution Modifier and Type Method Description static java.util.List<PointSolution>StoredSolutionsUtils. readSolutionsFromFile(java.lang.String inputFileName, int numberOfObjectives)Method parameters in org.uma.jmetal.util with type arguments of type PointSolution Modifier and Type Method Description static voidStoredSolutionsUtils. writeToOutput(NonDominatedSolutionListArchive<PointSolution> archive, FileOutputContext context) -
Uses of PointSolution in org.uma.jmetal.util.legacy.front.util
Methods in org.uma.jmetal.util.legacy.front.util that return types with arguments of type PointSolution Modifier and Type Method Description static java.util.List<PointSolution>FrontUtils. convertFrontToSolutionList(Front front)Deprecated.Given a front, converts it to a Solution set of PointSolutions -
Uses of PointSolution in org.uma.jmetal.util.point
Methods in org.uma.jmetal.util.point that return PointSolution Modifier and Type Method Description PointSolutionPointSolution. copy()Constructors in org.uma.jmetal.util.point with parameters of type PointSolution Constructor Description PointSolution(PointSolution point)Copy constructor