PopulationBasedOptimizer<TSolution, TPopulation, TCandidate>.RandomSource Property

Gets or sets the random number generator used by the optimizer.

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 RandomSource.

See Also