Run one epoch of the population.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public void RunEpoch() |
Remarks
The method runs one epoch of the population, doing crossover, mutation
and selection by calling Crossover()()(), Mutate()()() and
Selection()()().