Levenberg-Marquardt toolbox

版本 3.0 (13.9 KB) 作者: Alexander
Levenberg-Marquardt algorithm with Broyden updates, box constraints and argument passing.
4.1K 次下载
更新时间 2015/10/12

查看许可证

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.

引用格式

Alexander (2024). Levenberg-Marquardt toolbox (https://www.mathworks.com/matlabcentral/fileexchange/53449-levenberg-marquardt-toolbox), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2014b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Interpolation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
3.0

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