Get chromosome with specified index.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public IChromosome this[ int index ] { get; } |
Parameters
- index
- Type: System..::.Int32
Chromosome’s index to retrieve.
Remarks
Allows to access individuals of the population.