Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T>
TRSGPNode<T> Constructors
Name
Description
Create(TRSGPInstruction<T>,TRSGPNode<T>)
Creates the node and assigns values to its Instruction and Parent properties
Destroy
Destroys the node and frees all of its children
Top