Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Methods
TRSCustomGeneticProgramming<T>.GetOperationNode(TNode,Integer) Method
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
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Operations
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.Instructions
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.GetNode(TNode,Integer)
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.GetNode(TNode,TNode,Integer)
•RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.GetTerminalNode(TNode,Integer)
•TRSCustomGeneticProgramming<T>
•RSGenerics.GeneticProgramming