public class UnboundedArchive extends AbstractArchive
UnboundedArchive is an Archive with unbounded size.individuals, listeners| Constructor and Description |
|---|
UnboundedArchive()
Constructs a new archive of unbounded size.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
updateWithNondominated(java.util.Collection<Individual> candidates)
Adds new
candidates which are already checked to be not
Pareto-dominated by any other individual in this Archive. |
updateaddCheckedIndividual, addCheckedIndividuals, updateadd, addAll, addAll, addListener, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeListener, retainAll, size, toArray, toArraypublic UnboundedArchive()
protected boolean updateWithNondominated(java.util.Collection<Individual> candidates)
AbstractArchivecandidates which are already checked to be not
Pareto-dominated by any other individual in this Archive. All
Individuals in the Archive which were dominated by the
candidates have already been removed.updateWithNondominated in class AbstractArchivecandidates - the non-dominated individuals which can be added