<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGeneticProgramming > Classes > TRSCustomBinaryGeneticProgramming > Methods:
Comments (0)
Represents method CreateNode(TRSGPInstruction<TGAFloat>,TRSGPNode<TGAFloat>).
Namespace: RSGeneticProgramming
Delphi
public function CreateNode(const Item: TRSGPInstruction<TGAFloat>; const aParent: TRSGPNode<TGAFloat>): TRSGPNode<TGAFloat>; override;
Parameters
Item
Type: TRSGPInstruction<TGAFloat>
aParent
Type: TRSGPNode<TGAFloat>