How to check convergence in Levenberg-Marquardt method
2 次查看(过去 30 天)
显示 更早的评论
How to check convergence in a iterative non linear least squares such as Levenberg-Marquardt method
0 个评论
回答(1 个)
Star Strider
2015-11-10
For a detailed discussion, see: Seber, G. A. F., and C. J. Wild. Nonlinear Regression. Hoboken, NJ: Wiley-Interscience, 2003, P. 640-60.
The most common stopping rule is to compare the sum-squared-error between steps. When it is lower than some specific value (usually on the order of 1E-10 or so), stop.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Linear Regression 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!