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에서 Language Support에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!