Package org.moeaframework.core.indicator
Class Spacing
java.lang.Object
org.moeaframework.core.indicator.Spacing
- All Implemented Interfaces:
Indicator
Spacing metric. Represents the spread of the Pareto front.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
evaluate
(NondominatedPopulation approximationSet) Returns the value of this unary quality indicator given the specified non-dominated population.
-
Constructor Details
-
Spacing
Constructs a spacing metric evaluator for the specified problem.- Parameters:
problem
- the problem
-
-
Method Details
-
evaluate
Description copied from interface:Indicator
Returns the value of this unary quality indicator given the specified non-dominated population.
-