GeneticAlgorithm Evolve Method Modulus Evo2
OnlineModulus Evo2
Evolves the genomes based on the error summation caused by the genes in each chromosome. Unlike other algorithms, this version evolves based on the fitness of the entire genome. This function should be called once after each evaluation of the genomes. The stop condition may be when the error reaches a pre-defined optimum, or after a certain number of iterations without any improvement, or a combination thereof.

Namespace: Modulus.Evo2
Assembly: Modulus.Evo2 (in Modulus.Evo2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Evolve()
See Also