Click or drag to resize
Accord.NET (logo)

ShortArrayChromosomeValue Property

Chromosome's value.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public ushort[] Value { get; }
Request Example View Source

Property Value

Type: UInt16
Remarks

Current value of the chromosome.

See Also