Uses of Class
org.uma.jmetal.util.point.impl.NadirPoint
Packages that use NadirPoint
Package
Description
-
Uses of NadirPoint in org.uma.jmetal.util.aggregationfunction
Methods in org.uma.jmetal.util.aggregationfunction with parameters of type NadirPointModifier and TypeMethodDescriptiondoubleAggregationFunction.compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) -
Uses of NadirPoint in org.uma.jmetal.util.aggregationfunction.impl
Methods in org.uma.jmetal.util.aggregationfunction.impl with parameters of type NadirPointModifier and TypeMethodDescriptiondoubleModifiedTschebyscheff.compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) doublePenaltyBoundaryIntersection.compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) doubleTschebyscheff.compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) Computes the Tschebyscheff aggregation function using the formula: max(|vector[n] - idealPoint.value(n)| * weightVector[n]).doubleWeightedSum.compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint)