public class GenerationalDistance<Evaluate extends List<? extends Solution<?>>> extends SimpleDescribedEntity implements QualityIndicator<Evaluate,Double>
| Constructor and Description |
|---|
GenerationalDistance(Front referenceParetoFront)
Constructor
|
GenerationalDistance(String referenceParetoFrontFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
evaluate(Evaluate solutionList)
Evaluate() method
|
double |
generationalDistance(Front front,
Front referenceFront)
Returns the generational distance value for a given front
|
String |
getName() |
getDescription, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionpublic GenerationalDistance(String referenceParetoFrontFile) throws FileNotFoundException
referenceParetoFrontFile - FileNotFoundExceptionpublic GenerationalDistance(Front referenceParetoFront)
referenceParetoFront - public double generationalDistance(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.