Gets and sets the random number generator associated with this minimizer.
Namespace:
CenterSpace.NMath.AnalysisAssembly: NMath (in NMath.dll) Version: 5.1.0.0
Syntax
| C# |
|---|
public RandomNumberGenerator RandomNumberGenerator { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property RandomNumberGenerator As RandomNumberGenerator |
| Visual C++ |
|---|
public: property RandomNumberGenerator^ RandomNumberGenerator { RandomNumberGenerator^ get (); void set (RandomNumberGenerator^ value); } |
Remarks
The random number generator is used for making temperature-dependent, random
steps in the search space as part of the annealing process.
The random number generator for an AnnealingMinimizer instance is set at construction time to the value of static property DefaultRandomNumberGenerator, which defaults to an instance of RandGenUniform.
The random number generator for an AnnealingMinimizer instance is set at construction time to the value of static property DefaultRandomNumberGenerator, which defaults to an instance of RandGenUniform.