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:
  • Constructor Details

    • HypervolumeArchiveWithReferencePoint

      public HypervolumeArchiveWithReferencePoint(int maxSize, List<Double> refPointDM)
  • Method Details

    • comparator

      public Comparator<S> comparator()
    • computeDensityEstimator

      public void computeDensityEstimator()