Nonlinear least squares solver
What this MR does / why does DuMux need it:
Adds a nonlinear least squares solver based on the Levenberg-Marquardt method (Newton/Gradient descent on the normal equations) that can be used for some optimization problems (like curve fit).
-
Add unit test
Edited by Timo Koch