public AddChromosome ( IChromosome chromosome ) : void | ||
chromosome | IChromosome | Chromosome to add to the population. |
return | void |
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.
public AddChromosome ( IChromosome chromosome ) : void | ||
chromosome | IChromosome | Chromosome to add to the population. |
return | void |