Uses of Interface
org.uma.jmetal.util.archive.Archive
-
Uses of Archive in org.uma.jmetal.util.archive
Subinterfaces of Archive in org.uma.jmetal.util.archive Modifier and Type Interface Description interfaceBoundedArchive<S>Interface 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 Archive Modifier and Type Class Description classAbstractBoundedArchive<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 Archive Modifier and Type Method Description Archive<S>NonDominatedSolutionListArchive. addAll(java.util.List<S> list)Archive<S>AbstractBoundedArchive. join(Archive<S> archive)Archive<S>NonDominatedSolutionListArchive. join(Archive<S> archive)Methods in org.uma.jmetal.util.archive.impl with parameters of type Archive Modifier and Type Method Description Archive<S>AbstractBoundedArchive. join(Archive<S> archive)Archive<S>NonDominatedSolutionListArchive. join(Archive<S> archive)Constructors in org.uma.jmetal.util.archive.impl with parameters of type Archive Constructor Description BestSolutionsArchive(Archive<S> archive, int numberOfSolutionsToSelect) -
Uses of Archive in org.uma.jmetal.util.archivewithreferencepoint
Classes in org.uma.jmetal.util.archivewithreferencepoint that implement Archive Modifier and Type Class Description classArchiveWithReferencePoint<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 Archive Modifier and Type Class Description classCrowdingDistanceArchiveWithReferencePoint<S extends Solution<?>>Class representing aArchiveWithReferencePointarchive using a crowding distance based density estimatorclassHypervolumeArchiveWithReferencePoint<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 Archive Modifier and Type Method Description Archive<S>ExternalArchiveObserver. getArchive()Constructors in org.uma.jmetal.util.observer.impl with parameters of type Archive Constructor Description ExternalArchiveObserver(Archive<S> archive)