SimulatedAnnealingOptimizer.RandomSource 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#
public IRandomSource RandomSource { get; set; }

Property Value

IRandomSource

Remarks

The default value for the random number generator is DefaultRandomNumberGenerator.

See Also