Click or drag to resize
Accord.NET (logo)

GPTreeChromosomeMaxLevel Property

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

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

Property Value

Type: Int32
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