Maximum level of genetic trees, [1, 50].

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

Syntax

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

Remarks

The property sets maximum possible depth of genetic programming tree, which may be created with mutation and crossover operators. This property guarantees that genetic programmin tree will never have higher depth, than the specified value.

Default value is set to 5.

See Also