{{lastupdated_at}} by {{lastupdated_by}} h1. GOptimizerLM This class implements the Levenberg Marquard function optimizer. h2. 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":http://www.nrbook.com/a/bookcpdf.php (where the original code in @GOptimizerLM@ comes from) * http://www.ics.forth.gr/~lourakis/levmar/ - an alternative C/C++ implementation of the code