Show/Hide Toolbars

RiverSoftAVG Products Help

Defines the generics node for tree-based genetic programming which can contain at most 2 children. Each node represents one function or terminal (constant, variable) in a genetic program. It has one  Parent (or nil if root node) and 0 or more  Child nodes (terminals have no children).

noteNote

If your instructions have arity greater than 2, use the TRSGPTreeNode<T> class instead.

Namespace: RSGenerics.GeneticProgramEngine

Type Parameters

T

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb