|
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.IndicatorUtils
public class IndicatorUtils
Collection of methods shared by indicators.
| Method Summary | |
|---|---|
static double |
distanceToNearestSolution(Problem problem,
Solution solution,
NondominatedPopulation population)
Returns the Euclidean distance in objective space between the specified solution and the nearest solution in the population. |
static double |
euclideanDistance(Problem problem,
Solution a,
Solution b)
Returns the Euclidean distance in objective space between the two solutions. |
static double |
manhattanDistance(Problem problem,
Solution a,
Solution b)
Returns the Manhattan distance in objective space between the two solutions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static double manhattanDistance(Problem problem,
Solution a,
Solution b)
problem - the problema - the first solutionb - the second solution
public static double euclideanDistance(Problem problem,
Solution a,
Solution b)
problem - the problema - the first solutionb - the second solution
public static double distanceToNearestSolution(Problem problem,
Solution solution,
NondominatedPopulation population)
problem - the problemsolution - the solutionpopulation - the population
|
MOEA Framework 2.5 API Specification |
|||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||