Package org.opt4j.common.archive
Class DefaultArchive
-
- All Implemented Interfaces:
Iterable<Individual>
,Collection<Individual>
,Set<Individual>
public class DefaultArchive extends CrowdingArchive
-
-
Field Summary
-
Fields inherited from class org.opt4j.common.archive.BoundedArchive
capacity
-
Fields inherited from class org.opt4j.core.IndividualSet
individuals, listeners
-
-
Constructor Summary
Constructors Constructor Description DefaultArchive()
Constructs aDefaultArchive
.
-
Method Summary
-
Methods inherited from class org.opt4j.common.archive.CrowdingArchive
updateWithNondominated
-
Methods inherited from class org.opt4j.common.archive.BoundedArchive
addCheckedIndividual, addCheckedIndividuals, getCapacity, setCapacity
-
Methods inherited from class org.opt4j.common.archive.AbstractArchive
update
-
Methods inherited from class org.opt4j.core.IndividualSet
addListener, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeListener, retainAll, size, toArray, toArray
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
equals, hashCode, spliterator
-
-
-
-
Constructor Detail
-
DefaultArchive
public DefaultArchive()
Constructs aDefaultArchive
.
-
-