|
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.NormalizedIndicator
public abstract class NormalizedIndicator
Abstract class for indicators that require normalized approximation and reference sets.
| Field Summary | |
|---|---|
protected Problem |
problem
The problem. |
| Constructor Summary | |
|---|---|
NormalizedIndicator(Problem problem,
NondominatedPopulation referenceSet)
Constructs a normalized indicator for the specified problem and corresponding reference set. |
|
| Method Summary | |
|---|---|
protected NondominatedPopulation |
getNormalizedReferenceSet()
Returns the normalized reference set. |
protected NondominatedPopulation |
normalize(NondominatedPopulation approximationSet)
Normalizes the specified approximation set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.moeaframework.core.Indicator |
|---|
evaluate |
| Field Detail |
|---|
protected final Problem problem
| Constructor Detail |
|---|
public NormalizedIndicator(Problem problem,
NondominatedPopulation referenceSet)
problem - the problemreferenceSet - the reference set for the problem
IllegalArgumentException - if the reference set contains fewer
than two solutions| Method Detail |
|---|
protected NondominatedPopulation normalize(NondominatedPopulation approximationSet)
approximationSet - the approximation set to be normalized
protected NondominatedPopulation getNormalizedReferenceSet()
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||