| Interface | Description |
|---|---|
| NodeSelector |
Used to obtain
Node instances. |
| NodeSelectorFactory |
Returns instances of
NodeSelector. |
| Class | Description |
|---|---|
| FitnessProportionateSelection |
The fitness of candidates is used to determine the probability that they will be selected.
|
| FitnessProportionateSelectionFactory |
Returns instances of
FitnessProportionateSelection. |
| RankSelection |
The relative fitness of candidates is used to determine the probability that they will be selected.
|
| RankSelectionFactory |
Returns instances of
RankSelection. |
Node instances.OakGP Genetic Programming Framework