Click or drag to resize
Accord.NET (logo)

GPTreeChromosomeMaxInitialLevel Property

Maximum initial level of genetic trees, [1, 25].

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public static int MaxInitialLevel { get; set; }
Request Example View Source

Property Value

Type: Int32
Remarks

The property sets maximum possible initial depth of new genetic programming tree. For example, if it is set to 1, then largest initial tree may have a root and one level of children.

Default value is set to 3.

See Also