public class InvertedGenerationalDistance<Evaluate extends List<? extends Solution<?>>> extends SimpleDescribedEntity implements QualityIndicator<Evaluate,Double>
| Constructor and Description |
|---|
InvertedGenerationalDistance(Front referenceParetoFront)
Constructor
|
InvertedGenerationalDistance(String referenceParetoFrontFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
evaluate(Evaluate solutionList)
Evaluate() method
|
String |
getName() |
double |
invertedGenerationalDistance(Front front,
Front referenceFront)
Returns the inverted generational distance value for a given front
|
getDescription, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionpublic InvertedGenerationalDistance(String referenceParetoFrontFile) throws FileNotFoundException
referenceParetoFrontFile - FileNotFoundExceptionpublic InvertedGenerationalDistance(Front referenceParetoFront)
referenceParetoFront - FileNotFoundExceptionpublic double invertedGenerationalDistance(Front front, Front referenceFront)
front - The frontreferenceFront - The reference pareto frontpublic String getName()
getName in interface QualityIndicator<Evaluate extends List<? extends Solution<?>>,Double>getName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntityCopyright © 2015. All rights reserved.