|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opt4j.core.IndividualSet
org.opt4j.core.optimizer.Archive
org.opt4j.core.common.archive.AbstractArchive
org.opt4j.core.common.archive.BoundedArchive
org.opt4j.core.common.archive.CrowdingArchive
org.opt4j.core.common.archive.DefaultArchive
public class DefaultArchive
The DefaultArchive is the CrowdingArchive with a capacity of
100.
| Field Summary |
|---|
| Fields inherited from class org.opt4j.core.common.archive.BoundedArchive |
|---|
capacity |
| Fields inherited from class org.opt4j.core.IndividualSet |
|---|
individuals, listeners |
| Constructor Summary | |
|---|---|
DefaultArchive()
Constructs a DefaultArchive. |
|
| Method Summary |
|---|
| Methods inherited from class org.opt4j.core.common.archive.CrowdingArchive |
|---|
updateWithNondominated |
| Methods inherited from class org.opt4j.core.common.archive.BoundedArchive |
|---|
addCheckedIndividual, addCheckedIndividuals, getCapacity, setCapacity |
| Methods inherited from class org.opt4j.core.common.archive.AbstractArchive |
|---|
update |
| Methods inherited from class org.opt4j.core.optimizer.Archive |
|---|
update |
| Methods inherited from class org.opt4j.core.IndividualSet |
|---|
add, addAll, addAll, 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.Set |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public DefaultArchive()
DefaultArchive.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||