Uses of Interface
org.uma.jmetal.util.archive.BoundedArchive
Packages that use BoundedArchive
Package
Description
-
Uses of BoundedArchive in org.uma.jmetal.util.archive.impl
Classes in org.uma.jmetal.util.archive.impl that implement BoundedArchiveModifier and TypeClassDescriptionclassAbstractBoundedArchive<S extends Solution<?>>classCrowdingDistanceArchive<S extends Solution<?>>Created by Antonio J.classGenericBoundedArchive<S extends Solution<?>>This class implements a generic bound archive.classHypervolumeArchive<S extends Solution<?>>Created by Antonio J.classKNNDistanceArchive<S extends Solution<?>>Created by Antonio J.classSpatialSpreadDeviationArchive<S extends Solution<?>> -
Uses of BoundedArchive in org.uma.jmetal.util.archivewithreferencepoint
Classes in org.uma.jmetal.util.archivewithreferencepoint that implement BoundedArchiveModifier and TypeClassDescriptionclassArchiveWithReferencePoint<S extends Solution<?>>This class defines a bounded archive that has associated a reference point as described in the paper "Extending the Speed-constrained Multi-Objective PSO (SMPSO) With Reference Point Based Preference Articulation Accepted in PPSN 2018. -
Uses of BoundedArchive in org.uma.jmetal.util.archivewithreferencepoint.impl
Classes in org.uma.jmetal.util.archivewithreferencepoint.impl that implement BoundedArchiveModifier and TypeClassDescriptionclassCrowdingDistanceArchiveWithReferencePoint<S extends Solution<?>>Class representing aArchiveWithReferencePointarchive using a crowding distance based density estimator that takes into account the preferences of the decision make through a reference pointclassHypervolumeArchiveWithReferencePoint<S extends Solution<?>>Class representing aArchiveWithReferencePointarchive using a hypervolume contribution based density estimator.