-
-
Notifications
You must be signed in to change notification settings - Fork 67
Levenberg–Marquardt variant for underdetermined least-square problems? #851
Description
What kind of problems is it mostly used for? Please describe.
Underdetermined nonlinear least-square problems
Describe the algorithm you’d like
As described in this discourse post, it is a straightforward modification of Levenberg–Marquardt (L–M) for underdetermined cases.
Instead of solving a regularized/damped least-squares problem
Other implementations to know about
Right now our code for the paper is in a LeastSquaresOptim.jl fork at Inverse-Design-of-Resonances/LeastSquaresOptim/levenberg_marquardt.jl at main · aristeidis-karalis/Inverse-Design-of-Resonances · GitHub
References
We described this in the reference Chen et al. (2026), appendix B, but I wouldn't be surprised if other authors have stumbled across the same trick. (At the time of publication, however, we couldn't find any examples.)