Home
last modified time | relevance | path

Searched refs:function_tolerance (Results 1 – 14 of 14) sorted by relevance

/external/ceres-solver/internal/ceres/
Dline_search_direction.h48 function_tolerance(1e-12), in Options()
56 double function_tolerance; member
Dminimizer.h70 function_tolerance = options.function_tolerance; in Init()
132 double function_tolerance; member
Dline_search_direction.cc54 const double function_tolerance) in NonlinearConjugateGradient() argument
56 function_tolerance_(function_tolerance) { in NonlinearConjugateGradient()
351 options.function_tolerance); in Create()
Dline_search_minimizer.cc392 options.function_tolerance * previous_state.cost; in Minimize()
399 options.function_tolerance); in Minimize()
Dtrust_region_minimizer.cc474 options_.function_tolerance * cost; in Minimize()
480 options_.function_tolerance); in Minimize()
Dtrust_region_minimizer_test.cc231 minimizer_options.function_tolerance = 1e-26; in IsTrustRegionSolveSuccessful()
Dsolver.cc84 OPTION_GE(function_tolerance, 0.0); in CommonOptionsAreValid()
Dsystem_test.cc414 options_.function_tolerance = 1e-10; in BuildProblem()
/external/ceres-solver/include/ceres/
Dsolver.h91 function_tolerance = 1e-6; in Options()
380 double function_tolerance; member
/external/ceres-solver/examples/
Dmore_garbow_hillstrom.cc285 options.function_tolerance = 1e-18; in ConstrainedSolve()
316 options.function_tolerance = 0.0; in UnconstrainedSolve()
Ddenoising.cc154 options.function_tolerance = 1e-3; // Enough for denoising. in SolveProblem()
Dbundle_adjuster.cc323 options.function_tolerance = 1e-16; in SolveProblem()
Dnist.cc508 options->function_tolerance = 1e-18; in SetMinimizerOptions()
/external/ceres-solver/docs/source/
Dsolving.rst1119 .. member:: double Solver::Options::function_tolerance
1125 .. math:: \frac{|\Delta \text{cost}|}{\text{cost}} < \text{function_tolerance}