|
Name
|
Description
|
|
ChildCount
|
Returns the number of children that the node contains
|
|
Child[Integer]
|
Returns the child node at the specified index
|
|
Instruction
|
Specifies the Instruction (function, variable or constant) that this node represents in the genetic program
|
|
Parent
|
Specifies the Parent node of the current node (or nil if there is no parent)
|
|
Value
|
Specifies the constant value of the node. If the node is not a constant, this value will be ignored
|