|
ShortArrayChromosome Constructor (Int32, Int32)
|
Namespace:
Accord.Genetic
Assembly:
Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax public ShortArrayChromosome(
int length,
int maxValue
)
Public Sub New (
length As Integer,
maxValue As Integer
)
Request Example
View SourceParameters
- length
- Type: SystemInt32
Chromosome's length in array elements, [2, MaxLength]. - maxValue
- Type: SystemInt32
Maximum value of chromosome's gene (array element).
See Also