<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPBinaryNode<T> > Methods:
Comments (0)
Represents method AddChild(TRSGPNode<T>).
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure AddChild( const Node: TRSGPNode<T> ); override;
Parameters
Node
Type: TRSGPNode<T>