Searched refs:function_tolerance (Results 1 – 14 of 14) sorted by relevance
48 function_tolerance(1e-12), in Options()56 double function_tolerance; member
70 function_tolerance = options.function_tolerance; in Init()132 double function_tolerance; member
54 const double function_tolerance) in NonlinearConjugateGradient() argument56 function_tolerance_(function_tolerance) { in NonlinearConjugateGradient()351 options.function_tolerance); in Create()
392 options.function_tolerance * previous_state.cost; in Minimize()399 options.function_tolerance); in Minimize()
474 options_.function_tolerance * cost; in Minimize()480 options_.function_tolerance); in Minimize()
231 minimizer_options.function_tolerance = 1e-26; in IsTrustRegionSolveSuccessful()
84 OPTION_GE(function_tolerance, 0.0); in CommonOptionsAreValid()
414 options_.function_tolerance = 1e-10; in BuildProblem()
91 function_tolerance = 1e-6; in Options()380 double function_tolerance; member
285 options.function_tolerance = 1e-18; in ConstrainedSolve()316 options.function_tolerance = 0.0; in UnconstrainedSolve()
154 options.function_tolerance = 1e-3; // Enough for denoising. in SolveProblem()
323 options.function_tolerance = 1e-16; in SolveProblem()
508 options->function_tolerance = 1e-18; in SetMinimizerOptions()
1119 .. member:: double Solver::Options::function_tolerance1125 .. math:: \frac{|\Delta \text{cost}|}{\text{cost}} < \text{function_tolerance}