A problem in official website 'Least-Squares (Model Fitting) Algorithms'

1 view (last 30 days)
Under 'Levenberg-Marquardt Method', it says 'Consequently, for some sufficiently large λk, the term F(xk + dk) < F(xk) holds true'. 'F(xk + dk)<F(xk)' should be corrected to 'norm(F(xk + dk))<norm(F(xk))' . Right?
  2 Comments

Sign in to comment.

Accepted Answer

Alan Weiss
Alan Weiss on 29 Aug 2022
Thank you for pointing out this long-standing error in the documentation. I will fix the error as soon as practicable.
Alan Weiss
MATLAB mathematical toolbox documentation

More Answers (1)

Bruno Luong
Bruno Luong on 27 Aug 2022
I think more like
... f(xk + dk) < f(xk) holds true

Categories

Find more on App Building in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!