<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPTreeNode<T> > Constructors:
Comments (0)
Initializes a new instance of the TRSGPTreeNode<T> class.
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public constructor Create(const aInstruction: TRSGPInstruction<T>; const aParent: TRSGPNode<T>); override;
Parameters
aInstruction
Type: TRSGPInstruction<T>
aParent
Type: TRSGPNode<T>