Type TrustRegionDogLegMinimizer
Namespace MathNet.Numerics.Optimization.TrustRegion
Parent TrustRegionMinimizerBase
ITrustRegionSubproblem
subproblemThe subproblem
IObjectiveModel
objectiveThe objective model, including function, jacobian, observations, and parameter bounds.
Vector<T>
initialGuessThe initial guess values.
Vector<T>
lowerBoundVector<T>
upperBoundVector<T>
scalesList<bool>
isFixeddouble
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.
double
radiusToleranceThe stopping threshold for trust region radius
int
maximumIterationsThe max iterations.
return ITrustRegionSubproblem
|