Node instances to create (evolve) new instances.See: Description
| Class | Description |
|---|---|
| ConstantToFunctionMutation |
Replaces a randomly selected terminal node of the parent with a newly generated subtree.
|
| HoistMutation |
Selects a subtree of the parent as a new offspring.
|
| PointMutation |
Randomly changes a point (node) in the parent.
|
| ShrinkMutation |
Replaces a randomly selected function node of the parent with a terminal node.
|
| SubTreeMutation |
Randomly replaces a subtree of the parent with a newly generated subtree.
|
Node instances to create (evolve) new instances.OakGP Genetic Programming Framework