The AnnealingMinimizer type exposes the following members.

Properties

  NameDescription
DefaultRandomNumberGenerator
Gets and sets the default random number generator for use by AnnealingMinimizer instances.
Error
Gets the final error associated with the mimimum just computed.
History
Gets a history of the annealing schedule just performed.
KeepHistory
Gets and sets whether to keep a history of the annealing process.
RandomNumberGenerator
Gets and sets the random number generator associated with this minimizer.
Schedule
Gets and sets the annealing schedule.
ToleranceMet
Returns true if the minimum just computed stopped because the error tolerance was reached; otherwise, false.

See Also