public class FastHypervolumeArchive<S extends Solution> extends AbstractBoundedArchive<S>
| Modifier and Type | Field and Description |
|---|---|
Point |
referencePoint |
list, maxSize| Constructor and Description |
|---|
FastHypervolumeArchive(int maxSize,
int numberOfObjectives)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
computeHVContribution()
This method forces to compute the contribution of each solutiontype (required for PAEShv)
|
void |
prune() |
add, get, getMaxSize, getSolutionList, sizepublic Point referencePoint
public FastHypervolumeArchive(int maxSize,
int numberOfObjectives)
maxSize - The maximum size of the setArchive.numberOfObjectives - The number of objectives.public void computeHVContribution()
public void prune()
prune in class AbstractBoundedArchive<S extends Solution>Copyright © 2015. All rights reserved.