Class CrowdingDistanceArchiveWithReferencePoint<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.CrowdingDistanceArchiveWithReferencePoint<S>
- All Implemented Interfaces:
Serializable,Archive<S>,BoundedArchive<S>
public class CrowdingDistanceArchiveWithReferencePoint<S extends Solution<?>>
extends ArchiveWithReferencePoint<S>
Class representing a
ArchiveWithReferencePoint archive using a crowding distance based density estimator that
takes into account the preferences of the decision make through a reference point- 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
ConstructorsConstructorDescriptionCrowdingDistanceArchiveWithReferencePoint(int maxSize, List<Double> referencePoint) -
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
-
CrowdingDistanceArchiveWithReferencePoint
-
-
Method Details
-
comparator
-
computeDensityEstimator
public void computeDensityEstimator()
-