Show/Hide Toolbars

RiverSoftAVG Products Help

Defines the generics node for tree-based genetic programming which can contain an arbitrary number of 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

For the TRSGPTreeNode<T> class, the children are stored in a list. If you restrict your instructions to 2 or less children, it is recommended to use the TRSGPBinaryNode<T> as it uses slightly less memory and is slightly faster.

Namespace: RSGenerics.GeneticProgramEngine

Type Parameters

T

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb