Levenberg-Marquardt algorithm for solving nonlinear least squares problems.
#include <iostream>#include <cmath>#include <memory>#include <dune/common/exceptions.hh>#include <dune/istl/bvector.hh>#include <dune/istl/matrix.hh>#include <dune/istl/io.hh>#include <dumux/common/parameters.hh>#include <dumux/common/exceptions.hh>#include <dumux/io/format.hh>#include <dumux/nonlinear/newtonsolver.hh>Go to the source code of this file.
Classes | |
| class | Dumux::Optimization::Solver< Variables > |
| a solver base class More... | |
| class | Dumux::Optimization::Detail::LevenbergMarquardt< Assembler, LinearSolver > |
| A nonlinear least squares solver with \(n\) model parameters and \(m\) observations. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::Optimization |
| namespace | Dumux::Optimization::Detail |