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