|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Objectorg.moeaframework.core.indicator.Spacing
public class Spacing
Spacing metric. Represents the spread of the Pareto front.
| Constructor Summary | |
|---|---|
Spacing(Problem problem)
Constructs a spacing metric evaluator for the specified problem. |
|
| Method Summary | |
|---|---|
double |
evaluate(NondominatedPopulation approximationSet)
Returns the value of this unary quality indicator given the specified non-dominated population. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Spacing(Problem problem)
problem - the problem| Method Detail |
|---|
public double evaluate(NondominatedPopulation approximationSet)
Indicator
evaluate in interface IndicatorapproximationSet - the non-dominated population to be evaluated
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||