public class Spread<Evaluate extends List<? extends Solution<?>>> extends SimpleDescribedEntity implements QualityIndicator<Evaluate,Double>
| Constructor and Description |
|---|
Spread(Front referenceParetoFront)
Constructor
|
Spread(String referenceParetoFrontFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
evaluate(Evaluate solutionList)
Evaluate() method
|
String |
getName() |
double |
spread(Front front,
Front referenceFront)
Calculates the Spread metric.
|
getDescription, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionpublic Spread(String referenceParetoFrontFile) throws FileNotFoundException
referenceParetoFrontFile - FileNotFoundExceptionpublic Spread(Front referenceParetoFront)
referenceParetoFront - FileNotFoundExceptionpublic double spread(Front front, Front referenceFront)
front - The front.referenceFront - The true pareto front.public String getName()
getName in interface QualityIndicator<Evaluate extends List<? extends Solution<?>>,Double>getName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntityCopyright © 2015. All rights reserved.