Package org.uma.jmetal.util.archive.impl
Class GenericBoundedArchive<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.archive.impl.AbstractBoundedArchive<S>
org.uma.jmetal.util.archive.impl.GenericBoundedArchive<S>
- All Implemented Interfaces:
Serializable,Archive<S>,BoundedArchive<S>
This class implements a generic bound archive.
- Author:
- Antonio J. Nebro
- See Also:
-
Field Summary
Fields inherited from class org.uma.jmetal.util.archive.impl.AbstractBoundedArchive
archive, maxSize -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.uma.jmetal.util.archive.impl.AbstractBoundedArchive
add, get, join, maximumSize, size, solutions
-
Constructor Details
-
GenericBoundedArchive
-
-
Method Details
-
prune
public void prune()- Specified by:
prunein classAbstractBoundedArchive<S extends Solution<?>>
-
comparator
-
computeDensityEstimator
public void computeDensityEstimator()
-