Do crossover 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 Crossover() |
Remarks
The method walks through the population and performs crossover operator
taking each two chromosomes in the order of their presence in the population.
The total amount of paired chromosomes is determined by
crossover rate.