See: Description
| Interface | Description |
|---|---|
| Node |
A node represents a single point of a tree structure.
|
| Class | Description |
|---|---|
| ConstantNode |
Represents a constant value.
|
| FunctionNode |
Contains a function (operator) and the arguments (operands) to apply to it.
|
| VariableNode |
Represents a variable.
|
| Enum | Description |
|---|---|
| NodeType |
Defines the node types used to construct tree structures.
|
OakGP Genetic Programming Framework