public class Epsilon<S extends Solution<?>> extends GenericIndicator<S>
referenceParetoFront| Constructor and Description |
|---|
Epsilon()
Default constructor
|
Epsilon(Front referenceParetoFront)
Constructor
|
Epsilon(String referenceParetoFrontFile)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
evaluate(List<S> solutionList)
Evaluate() method
|
String |
getDescription() |
String |
getName() |
boolean |
isTheLowerTheIndicatorValueTheBetter()
This method returns true if lower indicator values are preferred and false otherwise
|
setReferenceParetoFront, setReferenceParetoFrontsetDescription, setName, toStringpublic Epsilon()
public Epsilon(String referenceParetoFrontFile) throws FileNotFoundException
referenceParetoFrontFile - FileNotFoundExceptionpublic Epsilon(Front referenceParetoFront)
referenceParetoFront - public boolean isTheLowerTheIndicatorValueTheBetter()
GenericIndicatorisTheLowerTheIndicatorValueTheBetter in class GenericIndicator<S extends Solution<?>>public Double evaluate(List<S> solutionList)
solutionList - public String getName()
getName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntitypublic String getDescription()
getDescription in interface DescribedEntitygetDescription in class SimpleDescribedEntityDescribedEntityCopyright © 2017. All rights reserved.