Click or drag to resize
Accord.NET (logo)

PopulationShuffle Method

Shuffle randomly current population.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public void Shuffle()
Request Example View Source
Remarks

Population shuffling may be useful in cases when selection operator results in not random order of chromosomes (for example, after elite selection population may be ordered in ascending/descending order).

See Also