| 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.select |
Provides classes for the selection of
Node instances. |
| Class and Description |
|---|
| NodeSelector
Used to obtain
Node instances. |
| NodeSelectorFactory
Returns instances of
NodeSelector. |
| Class and Description |
|---|
| NodeSelector
Used to obtain
Node instances. |
| Class and Description |
|---|
| NodeSelector
Used to obtain
Node instances. |
| Class and Description |
|---|
| FitnessProportionateSelection
The fitness of candidates is used to determine the probability that they will be selected.
|
| NodeSelector
Used to obtain
Node instances. |
| NodeSelectorFactory
Returns instances of
NodeSelector. |
| RankSelection
The relative fitness of candidates is used to determine the probability that they will be selected.
|
OakGP Genetic Programming Framework