Struct Model::CalibrationConfig
Defined in File model.hpp
Nested Relationships
This struct is a nested type of Template Class Model.
Struct Documentation
-
struct CalibrationConfig
Public Members
-
int maxfev = 10000
Maximum number of function evaluations.
-
double ftol = 1e-6
Tolerance for relative error in the sum of squares.
-
double xtol = 1e-6
Tolerance for relative error in parameter values.
-
double gtol = 1e-6
Tolerance for orthogonality of residuals and Jacobian.
-
double epsfcn = 1e-6
Step size used for finite-difference Jacobian approximation.
-
double factor = 1000.0
Initial step bound for the Levenberg-Marquardt algorithm.
-
int maxfev = 10000