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

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public static int MaxInitialLevel { get; set; }

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