| Package | Description |
|---|---|
| org.oakgp.evolve |
Provides classes to use techniques inspired by biological evolution for the creation of new candidates from an existing generation.
|
| org.oakgp.evolve.crossover |
Provides classes for combining existing
Node instances to create (evolve) new instances. |
| org.oakgp.evolve.mutate |
Provides classes for mutating existing
Node instances to create (evolve) new instances. |
| org.oakgp.util |
Utility classes that support the functionality provided by the rest of the framework.
|
| Class and Description |
|---|
| GenerationEvolver
Creates a new generation of
Node instances evolved from an existing generation. |
| GeneticOperator
Creates new
Node instances evolved from existing instances. |
| Class and Description |
|---|
| GeneticOperator
Creates new
Node instances evolved from existing instances. |
| Class and Description |
|---|
| GeneticOperator
Creates new
Node instances evolved from existing instances. |
| Class and Description |
|---|
| GenerationEvolver
Creates a new generation of
Node instances evolved from an existing generation. |
OakGP Genetic Programming Framework