IMSL C# Numerical Library

BoundedLeastSquares.solve Method 

Solves a nonlinear least-squares problem subject to bounds on the variables using a modified Levenberg-Marquardt algorithm.

public void solve();

Exceptions

Exception Type Condition
FalseConvergenceException is thrown if there is a problem with convergence.

See Also

BoundedLeastSquares Class | Imsl.Math Namespace