|
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; }
Public Property AutoShuffling As Boolean
Get
Set
Request Example
View SourceProperty Value
Type:
BooleanRemarks The property specifies if automatic shuffling needs to be done
on each epoch by calling Shuffle
method.
Default value is set to .
See Also