Class HypervolumeArchiveWithReferencePoint<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.archive.impl.AbstractBoundedArchive<S>
org.uma.jmetal.util.archivewithreferencepoint.ArchiveWithReferencePoint<S>
org.uma.jmetal.util.archivewithreferencepoint.impl.HypervolumeArchiveWithReferencePoint<S>
- All Implemented Interfaces:
Serializable,Archive<S>,BoundedArchive<S>
public class HypervolumeArchiveWithReferencePoint<S extends Solution<?>>
extends ArchiveWithReferencePoint<S>
Class representing a
ArchiveWithReferencePoint archive using a hypervolume contribution based
density estimator.- Author:
- Antonio J. Nebro
- See Also:
-
Field Summary
Fields inherited from class org.uma.jmetal.util.archivewithreferencepoint.ArchiveWithReferencePoint
comparator, referencePoint, referencePointSolutionFields inherited from class org.uma.jmetal.util.archive.impl.AbstractBoundedArchive
archive, maxSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.uma.jmetal.util.archivewithreferencepoint.ArchiveWithReferencePoint
add, changeReferencePoint, pruneMethods inherited from class org.uma.jmetal.util.archive.impl.AbstractBoundedArchive
get, join, maximumSize, size, solutions
-
Constructor Details
-
HypervolumeArchiveWithReferencePoint
-
-
Method Details
-
comparator
-
computeDensityEstimator
public void computeDensityEstimator()
-