<< Click here to display Table of Contents >> Navigation: Code Documentation > GeneticAlgorithmDocs > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Methods:
Comments (0)
Creates and returns a function node for the specified parent node from the list of Operations
Namespace: RSGenerics.GeneticProgramming
Delphi
protected function GetOperationNode( const ParentNode: TNode; ChildIndex: Integer ): TNode; virtual;
Parameters
ParentNode
Type: System.Void
ChildIndex
Type: Integer
Type: TNode