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.0.0
Syntax
C# |
---|
public void Solve() |
Visual Basic (Declaration) |
---|
Public Sub Solve |
Visual C++ |
---|
public: void Solve() |
Exceptions
Exception | Condition |
---|---|
Imsl.Math..::.FalseConvergenceException | is thrown if there is a problem with convergence. |
Imsl.Math..::.NoProgressException | is thrown if the algorithm is not making any progress. |