Package org.moeaframework.core.indicator
Class Spacing
java.lang.Object
org.moeaframework.core.indicator.Spacing
Spacing metric. Represents the spread of the Pareto front.
-
Constructor Summary
Constructors -
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.
-