Package org.uma.jmetal.util.archive
Interface BoundedArchive<S>
- All Superinterfaces:
Archive<S>,Serializable
- All Known Implementing Classes:
AbstractBoundedArchive,ArchiveWithReferencePoint,CrowdingDistanceArchive,CrowdingDistanceArchiveWithReferencePoint,GenericBoundedArchive,HypervolumeArchive,HypervolumeArchiveWithReferencePoint,KNNDistanceArchive,SpatialSpreadDeviationArchive
Interface representing a bounded archive of solutions
- Author:
- Antonio J. Nebro
-
Method Summary
Modifier and TypeMethodDescriptionvoidint
-
Method Details
-
maximumSize
int maximumSize() -
comparator
Comparator<S> comparator() -
computeDensityEstimator
void computeDensityEstimator()
-