How to check convergence in Levenberg-Marquardt method

조회 수: 4 (최근 30일)
Chris Martin
Chris Martin 2015년 11월 10일
답변: Star Strider 2015년 11월 10일
How to check convergence in a iterative non linear least squares such as Levenberg-Marquardt method

답변 (1개)

Star Strider
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.

카테고리

Help CenterFile Exchange에서 Linear and Nonlinear Regression에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by