Minimizer |
The MinimizerBase type exposes the following members.
Name | Description | |
---|---|---|
DefaultMaxIterations | Gets and sets the default maximum number of iterations. | |
DefaultTolerance | Gets and sets the default error tolerance. | |
Error | Gets the error associated with the mimimum just computed. | |
Iterations | Gets the number of iterations used in the estimate of the mimimum just computed. | |
MaxIterations | Gets and sets the maximum number of iterations used in computing minima estimates. | |
MaxIterationsMet | Returns true if the minimum just computed stopped because the maximum number of iterations was reached; otherwise, false. | |
Tolerance | Gets and sets the error tolerance used in computing minima estimates. | |
ToleranceMet | Returns true if the minimum just computed stopped because the error tolerance was reached; otherwise, false. |