See: Description
| Interface | Description |
|---|---|
| DepthWalk.DepthWalkReplacement |
Defines a strategy for determining a replacement for a node encountered when walking a tree structure.
|
| DepthWalk.DepthWalkStrategy |
Defines a strategy for determining which nodes should be considered when walking a tree structure.
|
| Class | Description |
|---|---|
| DepthWalk |
Provides a mechanism for recursively visiting nodes in a tree structure while keeping track of the depth of each node.
|
| NodeWalk |
Provides a mechanism for recursively visiting all nodes in a tree structure.
|
| StrategyWalk |
Provides a mechanism for recursively visiting nodes in a tree structure, controlled by a user-defined strategy.
|
OakGP Genetic Programming Framework