Hide Comments
Hide Comments

Comments (0)

Creates and returns a terminal (constants, variables, and functions of arity=0) node for the specified parent node from the list of  Terminals

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function GetTerminalNode( const ParentNode: TNode; ChildIndex: Integer ): TNode; virtual;
 

Parameters

ParentNode

Type: System.Void

ChildIndex

Type: Integer

Return Value

Type: TNode

expandingSee Also

Comments (0)