Uses of Interface
org.uma.jmetal.util.archive.Archive
Packages that use Archive
Package
Description
-
Uses of Archive in org.uma.jmetal.util.archive
Subinterfaces of Archive in org.uma.jmetal.util.archiveModifier and TypeInterfaceDescriptioninterfaceInterface representing a bounded archive of solutions -
Uses of Archive in org.uma.jmetal.util.archive.impl
Classes in org.uma.jmetal.util.archive.impl that implement ArchiveModifier and TypeClassDescriptionclassAbstractBoundedArchive<S extends Solution<?>>classBestSolutionsArchive<S extends Solution<?>>Archive that select the best solutions of another archive by applying theSolutionListUtils.distanceBasedSubsetSelection(List, int)} function.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.classNonDominatedSolutionListArchive<S extends Solution<?>>This class implements an archive containing non-dominated solutionsclassSpatialSpreadDeviationArchive<S extends Solution<?>>Methods in org.uma.jmetal.util.archive.impl that return ArchiveModifier and TypeMethodDescriptionMethods in org.uma.jmetal.util.archive.impl with parameters of type ArchiveModifier and TypeMethodDescriptionConstructors in org.uma.jmetal.util.archive.impl with parameters of type ArchiveModifierConstructorDescriptionBestSolutionsArchive(Archive<S> archive, int numberOfSolutionsToSelect) -
Uses of Archive in org.uma.jmetal.util.archivewithreferencepoint
Classes in org.uma.jmetal.util.archivewithreferencepoint that implement ArchiveModifier 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 Archive in org.uma.jmetal.util.archivewithreferencepoint.impl
Classes in org.uma.jmetal.util.archivewithreferencepoint.impl that implement ArchiveModifier 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. -
Uses of Archive in org.uma.jmetal.util.observer.impl
Methods in org.uma.jmetal.util.observer.impl that return ArchiveConstructors in org.uma.jmetal.util.observer.impl with parameters of type Archive