GeneticAlgorithm Add Method Modulus Evo2
OnlineModulus Evo2
Adds the specified Genome. All Genomes must contain exactly the same number and type of chromosomes and genes and must be added in the same order for each genome. The initial population of genomes must contain multiple xy genome pairs with different surnames to prevent inbreeding, which would cause a lack of variation.

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

public void Add(
	Genome genome
)
See Also