Click or drag to resize

AnnealingMinimizer Properties

The AnnealingMinimizer type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultRandomNumberGenerator Gets and sets the default random number generator for use by AnnealingMinimizer instances.
Public propertyError Gets the final error associated with the mimimum just computed.
Public propertyHistory Gets a history of the annealing schedule just performed.
Public propertyKeepHistory Gets and sets whether to keep a history of the annealing process.
Public propertyRandomNumberGenerator Gets and sets the random number generator associated with this minimizer.
Public propertySchedule Gets and sets the annealing schedule.
Public propertyToleranceMet Returns true if the minimum just computed stopped because the error tolerance was reached; otherwise, false.
Top
See Also