<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSGPIndividual<T> > Methods:
Comments (0)
Replaces old node with the new node. The old node and its children are NOT deleted or freed
Namespace: RSGenerics.GeneticProgramming
Delphi
public procedure Graft( const OldNode: TNode; const NewNode: TNode ); virtual;
Parameters
OldNode
Type: System.Void
NewNode