Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPTreeNode<T> > Methods
TRSGPTreeNode<T>.CreateNode(TRSGPInstruction<T>,TRSGPNode<T>) Method
Represents method CreateNode(TRSGPInstruction<T>,TRSGPNode<T>).
Namespace: RSGenerics.GeneticProgramEngine
Delphi
protected function CreateNode(const aInstruction: TRSGPInstruction<T>; const aParent: TRSGPNode<T>): TRSGPNode<T>; override;
Parameters
aInstruction
Type: TRSGPInstruction<T>
aParent
Type: TRSGPNode<T>
•TRSGPTreeNode<T>
•RSGenerics.GeneticProgramEngine