Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Dminimizer.h68 function_tolerance = options.function_tolerance; in Init()
100 double function_tolerance; member
Dtrust_region_minimizer.cc387 options_.function_tolerance * cost; in Minimize()
392 << " <= " << options_.function_tolerance; in Minimize()
Dtrust_region_minimizer_test.cc208 minimizer_options.function_tolerance = 1e-26; in IsTrustRegionSolveSuccessful()
Dsystem_test.cc402 options_.function_tolerance = 1e-10; in BuildProblem()
/external/ceres-solver/include/ceres/
Dsolver.h75 function_tolerance = 1e-6; in Options()
201 double function_tolerance; member
/external/ceres-solver/examples/
Ddenoising.cc148 options.function_tolerance = 1e-3; // Enough for denoising. in SolveProblem()
Dbundle_adjuster.cc319 options.function_tolerance = 1e-16; in SolveProblem()
Dnist.cc417 options->function_tolerance = 1e-18; in SetMinimizerOptions()