| Interface | Description |
|---|---|
| Crossover<T extends AbstractMutant> |
Crossover that can be passed to the
GeneticAlgorithm to be executed on each generation. |
| Evaluation<T extends AbstractMutant> |
Evaluation that can be passed to the
GeneticAlgorithm to be executed on each generation. |
| Mutation<T extends AbstractMutant> |
Mutation that can be passed to the
GeneticAlgorithm to be executed on each generation. |
| SelectionStrategy<T extends AbstractMutant> |
Strategy interface for "natural" selection.
|