Class IndividualSet

java.lang.Object
org.opt4j.core.IndividualSet
All Implemented Interfaces:
Iterable<Individual>, Collection<Individual>, Set<Individual>
Direct Known Subclasses:
Archive, Population

public class IndividualSet extends Object implements Set<Individual>
The IndividualSet is a Set of Individuals. It allows to add and remove listeners, see IndividualSetListener.
See Also:
  • optimizer.Archive
  • optimizer.Population