See: Description
| Interface | Description | 
|---|---|
| EvolutionStream<G extends Gene<?,G>,C extends Comparable<? super C>> | The  EvolutionStreamclass extends the JavaStreamand adds a
 method for limiting the evolution by a given predicate. | 
| Class | Description | 
|---|---|
| Engine<G extends Gene<?,G>,C extends Comparable<? super C>> | Genetic algorithm engine which is the main class. | 
| Engine.Builder<G extends Gene<?,G>,C extends Comparable<? super C>> | Builder class for building GA  Engineinstances. | 
| EvolutionDurations | This class contains timing information about one evolution step. | 
| EvolutionResult<G extends Gene<?,G>,C extends Comparable<? super C>> | Represents a state of the GA after an evolution step. | 
| EvolutionStatistics<C extends Comparable<? super C>,FitnessStatistics> | This class can be used to gather additional statistic information of an
 evolution process. | 
| limit | This class contains factory methods for creating predicates, which can be
 used for limiting the evolution stream. | 
org.jenetics base package contains the classes which are used by the
 engine package.© 2007-2014 Franz Wilhelmstötter (2014-12-28 10:45)