| Package | Description |
|---|---|
| io.jenetics |
This is the base package of the Jenetics library and contains all domain
classes, like Gene, Chromosome or Genotype.
|
| io.jenetics.engine |
This package contains classes which performs the actual evolution.
|
| io.jenetics.stat |
This package contains additional statistics classes which are not available
in the Java core library.
|
| io.jenetics.util |
This package contains the collection classes (
Seq,
ISeq and MSeq) which are
used in the public interfaces of the Chromosome and
Genotype. |