Uses of Class
org.uma.jmetal.util.point.impl.IdealPoint
Packages that use IdealPoint
Package
Description
-
Uses of IdealPoint in org.uma.jmetal.util.aggregationfunction
Methods in org.uma.jmetal.util.aggregationfunction with parameters of type IdealPointModifier and TypeMethodDescriptiondoubleAggregationFunction.compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) -
Uses of IdealPoint in org.uma.jmetal.util.aggregationfunction.impl
Methods in org.uma.jmetal.util.aggregationfunction.impl with parameters of type IdealPointModifier 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)