Uses of Class
org.uma.jmetal.util.archive.impl.AbstractBoundedArchive
Packages that use AbstractBoundedArchive
Package
Description
-
Uses of AbstractBoundedArchive in org.uma.jmetal.util.archive.impl
Subclasses of AbstractBoundedArchive in org.uma.jmetal.util.archive.implModifier and TypeClassDescriptionclassCrowdingDistanceArchive<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 AbstractBoundedArchive in org.uma.jmetal.util.archivewithreferencepoint
Subclasses of AbstractBoundedArchive in org.uma.jmetal.util.archivewithreferencepointModifier 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 AbstractBoundedArchive in org.uma.jmetal.util.archivewithreferencepoint.impl
Subclasses of AbstractBoundedArchive in org.uma.jmetal.util.archivewithreferencepoint.implModifier 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.