public class R2<Evaluate extends List<? extends Solution<?>>> extends SimpleDescribedEntity implements QualityIndicator<Evaluate,Double>
| Constructor and Description |
|---|
R2(Front referenceParetoFrontFile)
Creates a new instance of the R2 indicator for a problem with
two objectives and 100 lambda vectors
|
R2(int nVectors,
String referenceParetoFrontFile)
Creates a new instance of the R2 indicator for a problem with
two objectives and N lambda vectors
|
R2(String referenceParetoFrontFile)
Creates a new instance of the R2 indicator for a problem with
two objectives and 100 lambda vectors
|
| Modifier and Type | Method and Description |
|---|---|
Double |
evaluate(Evaluate solutionList) |
String |
getName() |
double |
r2(Front front,
Front referenceFront)
Returns the R2 indicator value of a given front
|
getDescription, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescriptionpublic R2(String referenceParetoFrontFile) throws FileNotFoundException
FileNotFoundExceptionpublic R2(Front referenceParetoFrontFile) throws FileNotFoundException
FileNotFoundExceptionpublic R2(int nVectors,
String referenceParetoFrontFile)
throws FileNotFoundException
FileNotFoundExceptionpublic String getName()
getName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntityCopyright © 2017. All rights reserved.