Click or drag to resize
Accord.NET (logo)

BinaryChromosomeMaxValue Property

Max possible chromosome's value.

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

Property Value

Type: UInt64
Remarks

Maximum possible numerical value, which may be represented by the chromosome of current length.

See Also