The IBoundedNonlinearLeastSqMinimizer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.) | |
| Minimize | Overloaded. | |
| SetAllTolerances |
Sets all the error tolerances used in computing minima estimates.
(Inherited from INonlinearLeastSqMinimizer.) |
Properties
| Name | Description | |
|---|---|---|
| FinalResidual |
Gets the final residual of the fit.
(Inherited from INonlinearLeastSqMinimizer.) | |
| InitialResidual |
Gets the residual associated with the starting point.
(Inherited from INonlinearLeastSqMinimizer.) | |
| Iterations |
Gets the number of iterations used in the estimate of the mimimum
just computed.
(Inherited from INonlinearLeastSqMinimizer.) | |
| MaxIterations |
Gets and sets the maximum number of iterations used in computing minima
estimates.
(Inherited from INonlinearLeastSqMinimizer.) | |
| MaxIterationsMet |
Returns true if the minimum just computed stopped because the
maximum number of iterations was reached; otherwise, false.
(Inherited from INonlinearLeastSqMinimizer.) |