pyEIT icon indicating copy to clipboard operation
pyEIT copied to clipboard

Marquardt–Levenberg method issue

Open ChabaneAmaury opened this issue 3 years ago • 1 comments

While running some tests on the eit_static_jac example, I came accross an issue. It seems this method is broken, as the gtol is going crazy and the results are clearly wrong. You can recreate it simply by putting the method flag on 'lm' for the eit.gn function.

ChabaneAmaury avatar Dec 04 '22 03:12 ChabaneAmaury

Yes, I forgot putting method="lm" in eit.gn.

lm seems like instable compared to the kotre regularization. I will dig into issue.

liubenyuan avatar Dec 04 '22 07:12 liubenyuan