Click or drag to resize
Accord.NET (logo)

ShortArrayChromosomeMaxValue Property

Max possible value of single chromosomes element - gene.

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

Property Value

Type: Int32
Remarks

Maximum possible numerical value, which may be represented by single chromosome's gene (array element).

See Also