SimulatedAnnealingOptimizer.Random 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: 9.1.0
C#
public Random Random { get; set; }

Property Value

Random

Remarks

The default value for the random number generator is DefaultRandomNumberGenerator.

See Also