Click or drag to resize
Accord.NET (logo)

BinaryChromosomeLength Property

Chromosome's length.

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

Property Value

Type: Int32
Remarks

Length of the chromosome in bits.

See Also