Type LevenbergMarquardtMinimizer
Namespace MathNet.Numerics.Optimization
Parent NonlinearMinimizerBase
IObjectiveModel
objectiveThe objective function, including model, observations, and parameter bounds.
Vector<T>
initialGuessThe initial guess values.
Vector<T>
lowerBoundVector<T>
upperBoundVector<T>
scalesList<bool>
isFixeddouble
initialMuThe initial damping parameter of mu.
double
gradientToleranceThe stopping threshold for infinity norm of the gradient vector.
double
stepToleranceThe stopping threshold for L2 norm of the change of parameters.
double
functionToleranceThe stopping threshold for L2 norm of the residuals.
int
maximumIterationsThe max iterations.