public class AdaptiveGridArchive extends BoundedArchive
AdaptiveGridArchive uses an adaptive grid in order to bound the
size of the Archive.| Constructor and Description |
|---|
AdaptiveGridArchive(int capacity,
int div,
Rand random)
Constructs an
AdaptiveGridArchive. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove(Object o) |
addCheckedIndividual, addCheckedIndividuals, getCapacity, setCapacityupdateaddListener, clear, contains, containsAll, isEmpty, iterator, removeAll, removeListener, retainAll, size, toArray, toArrayequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequals, hashCode, spliteratorparallelStream, removeIf, stream@Inject
public AdaptiveGridArchive(int capacity,
int div,
Rand random)
AdaptiveGridArchive.capacity - the capacitydiv - the divisionsrandom - the random number generatorpublic boolean remove(Object o)
remove in interface Collection<Individual>remove in interface Set<Individual>remove in class IndividualSet