|
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.QualityIndicator
public class QualityIndicator
Evaluates multiple indicators while avoiding repetitive computations.
| Constructor Summary | |
|---|---|
QualityIndicator(Problem problem,
NondominatedPopulation referenceSet)
Constructs a quality indicator evaluator for the specified problem and corresponding reference set. |
|
| Method Summary | |
|---|---|
void |
calculate(NondominatedPopulation approximationSet)
Calculates all the metrics for the specified approximation set. |
double |
getAdditiveEpsilonIndicator()
Returns the additive ε-indicator of the approximation set from the last invocation of calculate. |
double |
getGenerationalDistance()
Returns the generational distance of the approximation set from the last invocation of calculate. |
double |
getHypervolume()
Returns the hypervolume of the approximation set from the last invocation of calculate. |
double |
getInvertedGenerationalDistance()
Returns the inverted generational distance of the approximation set from the last invocation of calculate. |
double |
getMaximumParetoFrontError()
Returns the maximum Pareto front error of the approximation set from the last invocation of calculate. |
Problem |
getProblem()
Returns the problem. |
NondominatedPopulation |
getReferenceSet()
The reference set for the problem. |
double |
getSpacing()
Returns the spacing of the approximation set from the last invocation of calculate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QualityIndicator(Problem problem,
NondominatedPopulation referenceSet)
problem - the problemreferenceSet - the reference set for the problem| Method Detail |
|---|
public Problem getProblem()
public double getGenerationalDistance()
calculate.
calculate
IllegalStateException - if the calculate method has not
been invokedpublic double getInvertedGenerationalDistance()
calculate.
calculate
IllegalStateException - if the calculate method has not
been invokedpublic double getAdditiveEpsilonIndicator()
calculate.
calculate
IllegalStateException - if the calculate method has not
been invokedpublic double getHypervolume()
calculate.
calculate
IllegalStateException - if the calculate method has not
been invokedpublic double getMaximumParetoFrontError()
calculate.
calculate
IllegalStateException - if the calculate method has not
been invokedpublic double getSpacing()
calculate.
calculate
IllegalStateException - if the calculate method has not
been invokedpublic NondominatedPopulation getReferenceSet()
IllegalStateException - if the calculate method has not
been invokedpublic void calculate(NondominatedPopulation approximationSet)
approximationSet - the approximation set
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||