public class InvertedGenerationalDistance extends SimpleDescribedEntity implements QualityIndicator
| Constructor and Description |
|---|
InvertedGenerationalDistance()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
double |
execute(Front paretoFrontApproximation,
Front trueParetoFront) |
double |
execute(List<? extends Solution> paretoFrontApproximation,
List<? extends Solution> trueParetoFront) |
String |
getName() |
double |
invertedGenerationalDistance(Front front,
Front trueParetoFront)
Returns the inverted generational distance value for a given front
|
getDescription, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionpublic InvertedGenerationalDistance()
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 invertedGenerationalDistance(Front front, Front trueParetoFront)
front - The fronttrueParetoFront - The true pareto frontpublic String getName()
getName in interface QualityIndicatorgetName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntityCopyright © 2015. All rights reserved.