One-point recombination (crossover).

Namespace:  AForge.Genetic
Assembly:  AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public void RecombinationOnePoint(
	GEPChromosome pair
)

Parameters

pair
Type: AForge.Genetic..::.GEPChromosome
Pair chromosome to crossover with.

See Also