Add chromosome to the population.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public void AddChromosome( IChromosome chromosome ) |
Parameters
- chromosome
- Type: AForge.Genetic..::.IChromosome
Chromosome to add to the population.
Remarks
The method adds specified chromosome to the current population. Manual adding of chromosome maybe useful, when it is required to add some initialized chromosomes instead of random.