Hide Comments
Hide Comments

TRSCustomGeneticProgramming<T>.DoInitializeFull(TNode,Integer,Integer) Method

Comments (0)

Initializes a genetic program tree to the full depth.

The Full method creates trees that all equal the    InitializationDepth (think full, bushy trees). There are not necessarily all the same size (number of nodes) as they depends on the arity of the instructions, but the same initial depth. The Full method creates trees by selecting only functions with arity greater than 0 until the initialization depth is reached; after which only terminals are selected.
 

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

protected
  function DoInitializeFull( const Node: TNode; ChildIndex: Integer; Depth: Integer ): TNode;
 

Parameters

Node

Type: System.Void

ChildIndex

Type: Integer

Depth

Type: Integer

Return Value

Type: TNode

expandingSee Also

Comments (0)