GeneticAlgorithm FittestGenomes Method Modulus Evo2
OnlineModulus Evo2
Returns the top n fittest genomes.

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

public List<Genome> FittestGenomes(
	int count
)

Parameters

count
Type: OnlineSystem Int32
The top number of genomes to return.

Return Value

New list of genomes sorted by fitness.
See Also