jmetal.util.archive
Class Archive

java.lang.Object
  extended by jmetal.core.SolutionSet
      extended by jmetal.util.archive.Archive
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdaptiveGridArchive, CrowdingArchive, FastHypervolumeArchive, HypervolumeArchive, R2Archive, SPEA2DensityArchive, StrengthRawFitnessArchive, WFGHypervolumeArchive

public class Archive
extends SolutionSet

This class represents the super class for archive objects.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class jmetal.core.SolutionSet
solutionsList_
 
Constructor Summary
Archive(int size)
           
 
Method Summary
 
Methods inherited from class jmetal.core.SolutionSet
add, add, best, clear, get, getCapacity, getMaxSize, indexWorst, iterator, printFeasibleFUN, printFeasibleVAR, printObjectives, printObjectivesToFile, printVariablesToFile, remove, replace, setCapacity, size, sort, union, worst, writeObjectivesToMatrix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Archive

public Archive(int size)