Updated over 12 years ago by Knödlseder Jürgen
GOptimizerLM¶
This class implements the Levenberg Marquard function optimizer.
Useful links¶
Here a list of useful links concerning the Levenberg Marquard optimizer:
- http://en.wikipedia.org/wiki/Levenberg–Marquardt_algorithm - Wikipedia
- http://www.nrbook.com/a/bookcpdf/c15-5.pdf - Numerical Recipes (where the original code in
GOptimizerLM
comes from) - http://www.ics.forth.gr/~lourakis/levmar/ - an alternative C/C++ implementation of the code