A problem in official website 'Least-Squares (Model Fitting) Algorithms'
显示 更早的评论
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
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.
Zhanchun Yang
2022-8-27
采纳的回答
更多回答(1 个)
Bruno Luong
2022-8-27
0 个投票
I think more like
... f(xk + dk) < f(xk) holds true
类别
在 帮助中心 和 File Exchange 中查找有关 Adding custom doc 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!