public class WFGHypervolume extends SimpleDescribedEntity implements Hypervolume
| Constructor and Description |
|---|
WFGHypervolume() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
computeHypervolumeContribution(Front front) |
double |
execute(Front frontA,
Front frontB) |
<S extends Solution<?>> |
execute(List<S> frontA,
List<S> frontB) |
String |
getDescription() |
String |
getName() |
setDescription, setName, toStringpublic double[] computeHypervolumeContribution(Front front)
computeHypervolumeContribution in interface Hypervolumepublic double execute(Front frontA, Front frontB)
execute in interface QualityIndicatorpublic <S extends Solution<?>> double execute(List<S> frontA, List<S> frontB)
execute in interface QualityIndicatorpublic String getName()
getName in interface QualityIndicatorgetName in interface DescribedEntitygetName in class SimpleDescribedEntityDescribedEntitypublic String getDescription()
getDescription in interface DescribedEntitygetDescription in class SimpleDescribedEntityDescribedEntityCopyright © 2015. All rights reserved.