Click or drag to resize
BoundedLeastSquaresSolve Method
Solves a nonlinear least-squares problem subject to bounds on the variables using a modified Levenberg-Marquardt algorithm.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void Solve()
Exceptions
ExceptionCondition
FalseConvergenceException is thrown if there is a problem with convergence.
See Also