The INonlinearLeastSqMinimizer type exposes the following members.

Methods

  NameDescription
Clone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
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.

Properties

  NameDescription
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.

See Also