Determines of auto shuffling is on or off.
Namespace:
AForge.GeneticAssembly: AForge.Genetic (in AForge.Genetic.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public bool AutoShuffling { get; set; } |
Remarks
The property specifies if automatic shuffling needs to be done on each epoch by calling Shuffle()()() method.
Default value is set to falseFalsefalsefalse (False in Visual Basic).