|
CreateInstructions(TCollectionItemClass)
|
Creates the Instructions collection of the correct class type.
|
|
CreateNode(TRSGPInstruction<T>,TRSGPNode<T>)
|
Creates the genetic program tree node of the specified type and initializes its Instruction and Parent properties.
|
|
GetInstructions
|
Returns the Instructions collection
|
|
InstructionNotify(TRSGPInstruction<T>,Classes)
|
Handles engine changes when an instruction is added or removed
|
|
InstructionOperationUpdate(TRSGPInstruction<T>)
|
Handles engine changes when an instruction's Operation is changed
|
|
InstructionUpdate(TRSGPInstruction<T>)
|
Handles engine changes when an instruction updates
|
|
MaxNodeArity
|
Returns the maximum node arity (number of children) allowed in the engine
|
|
SetInstructions(TRSGPInstructions<T>)
|
Sets the Instructions property to the new instructions value
|