| 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.select |
Provides classes for the selection of
Node instances. |
| Constructor and Description |
|---|
GenerationEvolverImpl(int elitismSize,
NodeSelectorFactory selectorFactory,
Map<GeneticOperator,Integer> operators)
Creates a
GenerationEvolverImpl that uses the given values to evolve new generations. |
| Modifier and Type | Class and Description |
|---|---|
class |
FitnessProportionateSelectionFactory
Returns instances of
FitnessProportionateSelection. |
class |
RankSelectionFactory
Returns instances of
RankSelection. |
OakGP Genetic Programming Framework