<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Methods:
Comments (0)
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>