|
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.Contribution
public class Contribution
Measures the contribution of the approximation set to the reference set.
| Constructor Summary | |
|---|---|
Contribution(NondominatedPopulation referenceSet)
Constructs the contribution indicator using the specified reference set. |
|
Contribution(NondominatedPopulation referenceSet,
double epsilon)
Constructs the contribution indicator using the specified reference set and ε value. |
|
Contribution(NondominatedPopulation referenceSet,
double[] epsilon)
Constructs the contribution indicator using the specified reference set and ε values. |
|
Contribution(NondominatedPopulation referenceSet,
EpsilonBoxDominanceComparator comparator)
Constructs the contribution indicator using the specified reference set and ε-box dominance comparator. |
|
| 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 Contribution(NondominatedPopulation referenceSet)
referenceSet - the reference set
IllegalArgumentException - if the reference set is empty
public Contribution(NondominatedPopulation referenceSet,
double epsilon)
referenceSet - the reference setepsilon - the ε value
IllegalArgumentException - if the reference set is empty
public Contribution(NondominatedPopulation referenceSet,
double[] epsilon)
referenceSet - the reference setepsilon - the ε values
IllegalArgumentException - if the reference set is empty
public Contribution(NondominatedPopulation referenceSet,
EpsilonBoxDominanceComparator comparator)
null, exact matching is used.
referenceSet - the reference setcomparator - the ε-box dominance comparator used to
determine if solutions in the reference set are covered by
solutions in the approximation set; or null if exact
matching is used
IllegalArgumentException - if the reference set is empty| 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 | |||||