Fail to parametrize InitDampling with optimoptions
이전 댓글 표시
Hello,
I'm trying to change InitDamping with optimoptions for lsqcurvefit and levenberg-Marquardt method.
opt = optimoptions(@lsqcurvefit,'Algorithm','levenberg-marquardt','InitDamping',1e2);
but InitDampling doesn't appear in properties and there is no impact on optim results.
Is this setting still tunable on actual version (R2020b and newer) ?
Kind regards,
Maxime
답변 (1개)
Walter Roberson
2023년 1월 31일
0 개 추천
https://www.mathworks.com/help/optim/ug/view-options.html
it is a hidden option
카테고리
도움말 센터 및 File Exchange에서 Nonlinear Optimization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!