Hide Comments
Hide Comments

Comments (0)

Specifies the initial maximum depth that an individual's genetic program tree. The initial maximum depth is a minimum of 2. However, if InitializationDepth is set to 0, then the genetic component will choose an initial depth based on number of operations.

The actual depth could be less if using a ramped or grow RSGenerics.GeneticProgramming.TRSCustomGeneticProgramming<T>.InitializationMethod . Conversely, the actual depth could also be more than the maximum if the InitialDuplicatesRetries requires expanding the depth to avoid duplicates.

Namespace: RSGenerics.GeneticProgramming

expandingSyntax

Delphi

public
  property InitializationDepth: Integer read FInitializationDepth write SetInitializationDepth default 0;
 

Property Value

Type: Integer

expandingSee Also

Comments (0)