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

1 回表示 (過去 30 日間)
Zhanchun Yang
Zhanchun Yang 2022 年 8 月 25 日
回答済み: Alan Weiss 2022 年 8 月 29 日
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 件のコメント
Steven Lord
Steven Lord 2022 年 8 月 25 日
Searching the online documentation for 'Levenberg-Marquardt Method' found 73 hits in the documentation itself, with additional hits in the Examples, Functions, Blocks, Apps, Videos, Answers, and File Exchange categories. To which of those pages does your feedback relate? Please post a link to the page in question.

サインインしてコメントする。

採用された回答

Alan Weiss
Alan Weiss 2022 年 8 月 29 日
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

その他の回答 (1 件)

Bruno Luong
Bruno Luong 2022 年 8 月 27 日
I think more like
... f(xk + dk) < f(xk) holds true

カテゴリ

Help Center および File ExchangeThermal Analysis についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by