Package org.opt4j.core.optimizer
Class Population
- java.lang.Object
-
- org.opt4j.core.IndividualSet
-
- org.opt4j.core.optimizer.Population
-
- All Implemented Interfaces:
java.lang.Iterable<Individual>
,java.util.Collection<Individual>
,java.util.Set<Individual>
public class Population extends IndividualSet
ThePopulation
manages a set ofIndividual
s.
-
-
Field Summary
-
Fields inherited from class org.opt4j.core.IndividualSet
individuals, listeners
-
-
Constructor Summary
Constructors Constructor Description Population()
-
Method Summary
-
Methods inherited from class org.opt4j.core.IndividualSet
add, addAll, addAll, addListener, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, removeListener, retainAll, size, toArray, toArray
-
-