Uses of Interface
org.uma.jmetal.util.legacy.front.Front
Packages that use Front
Package
Description
-
Uses of Front in org.uma.jmetal.util.extremevalues.impl
Methods in org.uma.jmetal.util.extremevalues.impl with parameters of type FrontModifier and TypeMethodDescriptionFrontExtremeValues.findHighestValues(Front front) FrontExtremeValues.findLowestValues(Front front) -
Uses of Front in org.uma.jmetal.util.legacy.front.impl
Classes in org.uma.jmetal.util.legacy.front.impl that implement FrontModifier and TypeClassDescriptionclassConstructors in org.uma.jmetal.util.legacy.front.impl with parameters of type Front -
Uses of Front in org.uma.jmetal.util.legacy.front.util
Methods in org.uma.jmetal.util.legacy.front.util that return FrontModifier and TypeMethodDescriptionstatic FrontFrontUtils.getInvertedFront(Front front) Deprecated.This method receives a normalized pareto front and return the inverted one.Deprecated.Returns a normalized frontMethods in org.uma.jmetal.util.legacy.front.util with parameters of type FrontModifier and TypeMethodDescriptionstatic double[][]FrontUtils.convertFrontToArray(Front front) Deprecated.Given a front, converts it to an array of double valuesstatic List<PointSolution> FrontUtils.convertFrontToSolutionList(Front front) Deprecated.Given a front, converts it to a Solution set of PointSolutionsstatic doubleFrontUtils.distanceToClosestPoint(Point point, Front front) Deprecated.Gets the distance between a point and the nearest one in a given front.static doubleFrontUtils.distanceToClosestPoint(Point point, Front front, Distance<double[], double[]> distance) Deprecated.Gets the distance between a point and the nearest one in a given frontstatic doubleFrontUtils.distanceToNearestPoint(Point point, Front front) Deprecated.Gets the distance between a point and the nearest one in a front.static doubleFrontUtils.distanceToNearestPoint(Point point, Front front, Distance<double[], double[]> distance) Deprecated.Gets the distance between a point and the nearest one in a front.static FrontFrontUtils.getInvertedFront(Front front) Deprecated.This method receives a normalized pareto front and return the inverted one.static double[]FrontUtils.getMaximumValues(Front front) Deprecated.Gets the maximum values for each objectives in a frontstatic double[]FrontUtils.getMinimumValues(Front front) Deprecated.Gets the minimum values for each objectives in a given frontDeprecated.Returns a normalized frontConstructors in org.uma.jmetal.util.legacy.front.util with parameters of type Front -
Uses of Front in org.uma.jmetal.util.legacy.qualityindicator.impl
Fields in org.uma.jmetal.util.legacy.qualityindicator.impl declared as FrontModifier and TypeFieldDescriptionprotected FrontGenericIndicator.referenceParetoFrontDeprecated.Methods in org.uma.jmetal.util.legacy.qualityindicator.impl that return FrontMethods in org.uma.jmetal.util.legacy.qualityindicator.impl with parameters of type FrontModifier and TypeMethodDescriptionvoidGenericIndicator.setReferenceParetoFront(Front referenceFront) Deprecated.Constructors in org.uma.jmetal.util.legacy.qualityindicator.impl with parameters of type Front -
Uses of Front in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume
Constructors in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume with parameters of type Front -
Uses of Front in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume.impl
Constructors in org.uma.jmetal.util.legacy.qualityindicator.impl.hypervolume.impl with parameters of type FrontModifierConstructorDescriptionPISAHypervolume(Front referenceParetoFront) Deprecated.ConstructorWFGHypervolume(Front referenceParetoFront) Deprecated.Constructor