Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods
TRSGPNode<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>; virtual; abstract;
Parameters
aInstruction
Type: TRSGPInstruction<T>
aParent
Type: TRSGPNode<T>
•TRSGPNode<T>
•RSGenerics.GeneticProgramEngine