Levenberg-Marquardt toolbox

Levenberg-Marquardt algorithm with Broyden updates, box constraints and argument passing.

You are now following this Submission

LevenbergMarquardt is similar to lsqnonlin with the levenberg-marquardt algorithm with the three main advantages:
1) the jacobian can be updated using the Broyden method which minimizes function evaluations
2) the variables are transformed to implement box-constraints, and
3) function arguments can be passed on.
This toolbox requires the Jacobian toolbox of the same author.

Cite As

Alexander (2026). Levenberg-Marquardt toolbox (https://www.mathworks.com/matlabcentral/fileexchange/53449-levenberg-marquardt-toolbox), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
3.0

added the link for the jacobian toolbox.
Included the files in the toolbox.