<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Constructors:
Comments (0)
Creates the node and assigns values to its Instruction and Parent properties
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public constructor Create(const aInstruction: TRSGPInstruction<T>; const aParent: TRSGPNode<T>); virtual;
Parameters
aInstruction
Type: TRSGPInstruction<T>
aParent
Type: TRSGPNode<T>