<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramEngine > Classes > TRSGPNode<T> > Methods:
Comments (0)
Extracts the specified node from the current node's list of child nodes
Namespace: RSGenerics.GeneticProgramEngine
Delphi
public procedure ExtractChild( const Node: TRSGPNode<T> ); virtual; abstract;
Parameters
Node
Type: TRSGPNode<T>