Do mutation in the population.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public virtual void Mutate() |
Remarks
The method walks through the population and performs mutation operator
taking each chromosome one by one. The total amount of mutated chromosomes is
determined by mutation rate.