|
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.analysis.sensitivity.EpsilonHelper
public class EpsilonHelper
Provides ε values for algorithms using ε-dominance archives on the standard test problems.
| Method Summary | |
|---|---|
static EpsilonBoxDominanceArchive |
convert(Population population,
double[] epsilon)
Converts the population to an EpsilonBoxDominanceArchive with
the given ε values. |
static double |
getEpsilon(Problem problem)
Returns the ε value used for the standard problems in sensitivity analysis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static double getEpsilon(Problem problem)
0.01 is returned.
problem - the problem
public static EpsilonBoxDominanceArchive convert(Population population,
double[] epsilon)
EpsilonBoxDominanceArchive with
the given ε values. To prevent unnecessary computations, this
conversion only occurs if the original population is not an
EpsilonBoxDominanceArchive and does not have matching ε
values.
population - the population to convertepsilon - the ε values
EpsilonBoxDominanceArchive
with the given ε values
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||