Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0
-
None
-
None
Description
Currently the math API provides least squares only method for minimizing (solving). The limitation to least-squares problems comes from the Levenberg-Marquardt algorithm. A more general minimizer (not for quadratic forms) could be implemented by refactoring this with a classical GN, steepest descent and also conjugate gradient. We could use them as a basis for some least-squares solvers (and also keep the very efficient and specialized Levenberg-Marquardt too).
Based on email exchange with Luc Maisonobe entitled [math] Minimizer on 1/15/08.
Attachments
Attachments
Issue Links
- is related to
-
MATH-246 Simplex Method Implementation
- Closed