Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPTreeNode<T> > Constructors
TRSGPTreeNode<T>.Create(TRSGPInstruction<T>,TRSGPNode<T>) Constructor
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>
•TRSGPTreeNode<T>
•RSGenerics.GeneticProgramEngine