Hide Comments
Hide Comments

Comments (0)

expandingMethods

 

Name

Description

public method

CreateInstructions(TCollectionItemClass)

Creates the   Instructions collection of the correct class type.

public method

CreateNode(TRSGPInstruction<T>,TRSGPNode<T>)

Creates the genetic program tree node of the specified type and initializes its   Instruction and   Parent properties.

public method

GetInstructions

Returns the   Instructions collection

public method

InstructionNotify(TRSGPInstruction<T>,Classes)

Handles engine changes when an instruction is added or removed

public method

InstructionOperationUpdate(TRSGPInstruction<T>)

Handles engine changes when an instruction's Operation is changed

public method

InstructionUpdate(TRSGPInstruction<T>)

Handles engine changes when an instruction updates

public method

MaxNodeArity

Returns the maximum node arity (number of children) allowed in the engine

public method

SetInstructions(TRSGPInstructions<T>)

Sets the   Instructions property to the new instructions value

Top

Comments (0)