Package org.uma.jmetal.util.archive.impl
Class BestSolutionsArchive<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.archive.impl.BestSolutionsArchive<S>
- Type Parameters:
S- Existing archive
- All Implemented Interfaces:
Serializable,Archive<S>
Archive that select the best solutions of another archive by applying the
SolutionListUtils.distanceBasedSubsetSelection(List, int)} function.- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BestSolutionsArchive
-
-
Method Details
-
add
-
get
-
solutions
-
size
-