|  | INonlinear | 
 Syntax
SyntaxThe INonlinearLeastSqMinimizer type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | FinalResidual | Gets the final residual of the fit. | 
|  | InitialResidual | Gets the residual associated with the starting point. | 
|  | 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. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Minimize | Minimize the L2 norm of the function f using an iterative algorithm with starting point x0. | 
|  | SetAllTolerances | Sets all the error tolerances used in computing minima estimates. | 
 See Also
See Also