Interface AggregationFunction
- All Known Implementing Classes:
ModifiedTschebyscheff,PenaltyBoundaryIntersection,Tschebyscheff,WeightedSum
public interface AggregationFunction
-
Method Summary
Modifier and TypeMethodDescriptiondoublecompute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) voidepsilon(double value) boolean
-
Method Details
-
compute
double compute(double[] vector, double[] weightVector, IdealPoint idealPoint, NadirPoint nadirPoint) -
normalizeObjectives
boolean normalizeObjectives() -
epsilon
void epsilon(double value)
-