Simulated Annealing Optimizer.Random Source Property
Gets or sets the random number generator used for generating random
perturbations and acceptance probabilities.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.3.0
public IRandomSource RandomSource { get; set; }Property Value
IRandomSourceRemarks
The default value for the random number generator is DefaultRandomNumberGenerator.