![]() | INonlinearLeastSqMinimizer Interface |
Namespace: CenterSpace.NMath.Core
The INonlinearLeastSqMinimizer type exposes the following members.
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.
|
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.
|