HomeSort by relevance Sort by last modified time
    Searched full:function_tolerance (Results 1 - 17 of 17) sorted by null

  /external/ceres-solver/internal/ceres/
line_search_direction.h 48 function_tolerance(1e-12),
56 double function_tolerance; member in struct:ceres::internal::LineSearchDirection::Options
minimizer.h 70 function_tolerance = options.function_tolerance;
132 double function_tolerance; member in struct:ceres::internal::Minimizer::Options
line_search_direction.cc 54 const double function_tolerance)
56 function_tolerance_(function_tolerance) {
351 options.function_tolerance);
line_search_minimizer.cc 392 options.function_tolerance * previous_state.cost;
399 options.function_tolerance);
trust_region_minimizer.cc 474 options_.function_tolerance * cost;
480 options_.function_tolerance);
solver.cc 84 OPTION_GE(function_tolerance, 0.0);
system_test.cc 414 options_.function_tolerance = 1e-10;
trust_region_minimizer_test.cc 231 minimizer_options.function_tolerance = 1e-26;
  /external/ceres-solver/examples/
more_garbow_hillstrom.cc 285 options.function_tolerance = 1e-18;
316 options.function_tolerance = 0.0;
denoising.cc 154 options.function_tolerance = 1e-3; // Enough for denoising.
bundle_adjuster.cc 323 options.function_tolerance = 1e-16;
libmv_homography.cc 274 // to Ceres's function_tolerance, which provides for finishing when
nist.cc 508 options->function_tolerance = 1e-18;
  /external/ceres-solver/include/ceres/
solver.h 91 function_tolerance = 1e-6;
378 // (new_cost - old_cost) < function_tolerance * old_cost;
380 double function_tolerance; member in struct:ceres::Solver::Options
386 // This value should typically be 1e-4 * function_tolerance.
    [all...]
types.h 314 // 1. (new_cost - old_cost) < function_tolerance * old_cost;
  /external/ceres-solver/docs/source/
version_history.rst 83 The enum values have also changed. ``FUNCTION_TOLERANCE``,
solving.rst     [all...]

Completed in 763 milliseconds