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>

public class BestSolutionsArchive<S extends Solution<?>> extends Object implements Archive<S>
Archive that select the best solutions of another archive by applying the SolutionListUtils.distanceBasedSubsetSelection(List, int)} function.
See Also: