Click or drag to resize
Accord.NET (logo)

PopulationAutoShuffling Property

Determines of auto shuffling is on or off.

Namespace:  Accord.Genetic
Assembly:  Accord.Genetic (in Accord.Genetic.dll) Version: 3.8.0
Syntax
public bool AutoShuffling { get; set; }
Request Example View Source

Property Value

Type: Boolean
Remarks

The property specifies if automatic shuffling needs to be done on each epoch by calling Shuffle method.

Default value is set to .

See Also