Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Methods
TRSGPBinaryNode<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>
•TRSGPBinaryNode<T>
•RSGenerics.GeneticProgramEngine