public class GenerationalDistance extends Object implements QualityIndicator
| Constructor and Description |
|---|
GenerationalDistance() |
| Modifier and Type | Method and Description |
|---|---|
double |
execute(Front paretoFrontApproximation,
Front trueParetoFront) |
double |
execute(List<? extends Solution> paretoFrontApproximation,
List<? extends Solution> trueParetoFront) |
double |
generationalDistance(Front front,
Front trueParetoFront)
Returns the generational distance value for a given front
|
String |
getName() |
public double execute(Front paretoFrontApproximation, Front trueParetoFront)
execute in interface QualityIndicatorpublic double execute(List<? extends Solution> paretoFrontApproximation, List<? extends Solution> trueParetoFront)
execute in interface QualityIndicatorpublic double generationalDistance(Front front, Front trueParetoFront)
front - The fronttrueParetoFront - The true pareto frontpublic String getName()
getName in interface QualityIndicatorCopyright © 2015. All rights reserved.