Click or drag to resize

IBoundedNonlinearLeastSqMinimizer Methods

The IBoundedNonlinearLeastSqMinimizer type exposes the following members.

Methods
 NameDescription
Public methodMinimize(DoubleMultiVariableFunction, DoubleVector) Minimize the L2 norm of the function f using an iterative algorithm with starting point x0.
(Inherited from INonlinearLeastSqMinimizer)
Public methodMinimize(DoubleMultiVariableFunction, DoubleVector, DoubleVector, DoubleVector) Minimize the L2 norm of the function f(x), where the components of x are constrained by upper and lower bounds using an iterative algorithm with starting point x0.
Public methodSetAllTolerances Sets all the error tolerances used in computing minima estimates.
(Inherited from INonlinearLeastSqMinimizer)
Top
See Also