Double array chromosome.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public class DoubleArrayChromosome : ChromosomeBase |
Remarks
Double array chromosome represents array of double values. Array length is in the range of [2, 65536].
See documentation to Mutate()()() and Crossover(IChromosome) methods for information regarding implemented mutation and crossover operators.