Click or drag to resize

MinimizerBase Properties

The MinimizerBase type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefaultMaxIterations Gets and sets the default maximum number of iterations.
Public propertyStatic memberDefaultTolerance Gets and sets the default error tolerance.
Public propertyError Gets the error associated with the mimimum just computed.
Public propertyIterations Gets the number of iterations used in the estimate of the mimimum just computed.
Public propertyMaxIterations Gets and sets the maximum number of iterations used in computing minima estimates.
Public propertyMaxIterationsMet Returns true if the minimum just computed stopped because the maximum number of iterations was reached; otherwise, false.
Public propertyTolerance Gets and sets the error tolerance used in computing minima estimates.
Public propertyToleranceMet Returns true if the minimum just computed stopped because the error tolerance was reached; otherwise, false.
Top
See Also