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

Antworten (1)

Walter Roberson
Walter Roberson am 31 Jan. 2023

0 Stimmen

https://www.mathworks.com/help/optim/ug/view-options.html
it is a hidden option

Kategorien

Produkte

Version

R2020b

Gefragt:

am 31 Jan. 2023

Beantwortet:

am 31 Jan. 2023

Community Treasure Hunt

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

Start Hunting!

Translated by