TRSCustomGeneticProgramming<T>.DoInitializeFull(TNode,Integer,Integer) Method |
Scroll Prev Top Next More |
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
Delphi |
protected |
Parameters
Node
Type: System.Void
ChildIndex
Type: Integer
Depth
Type: Integer
Type: TNode