| Package | Description |
|---|---|
| org.oakgp.node.walk |
Provides mechanisms for recursively visiting nodes in a tree structure.
|
| Modifier and Type | Method and Description |
|---|---|
static Node |
DepthWalk.replaceAt(Node current,
int index,
DepthWalk.DepthWalkReplacement replacement)
Returns a new
Node resulting from replacing the Node at position index of the given Node with the result of
replacement. |
OakGP Genetic Programming Framework