public class FastHypervolume extends Object
| Constructor and Description |
|---|
FastHypervolume() |
FastHypervolume(double offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
computeHVContributions(List<? extends Solution> solutionList)
Computes the HV contribution of the solutions
|
double |
computeHypervolume(List<? extends Solution> solutionList) |
double |
computeHypervolume(List<? extends Solution> solutionList,
Point referencePoint) |
double |
computeSolutionHVContribution(List<? extends Solution> solutionList,
int solutionIndex,
double solutionSetHV)
Computes the HV contribution of a solutiontype in a solutiontype set.
|
double |
get2DHV(List<? extends Solution> solutionSet)
Computes the HV of a solution list.
|
public FastHypervolume()
public FastHypervolume(double offset)
public double computeHypervolume(List<? extends Solution> solutionList, Point referencePoint)
public double get2DHV(List<? extends Solution> solutionSet)
public void computeHVContributions(List<? extends Solution> solutionList)
public double computeSolutionHVContribution(List<? extends Solution> solutionList, int solutionIndex, double solutionSetHV)
Copyright © 2015. All rights reserved.