Show/Hide Toolbars

RiverSoftAVG Products Help

Navigation: Code Documentation > GeneticAlgorithm > RSGenerics.GeneticProgramming > Classes > TRSCustomGeneticProgramming<T> > Methods

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

Parameters

Node

Type: System.Void

ChildIndex

Type: Integer

Depth

Type: Integer

Return Value

Type: TNode

RiverSoftAVG Products Help © 1996-2016 Thomas G. Grubb