HomeSort by relevance Sort by last modified time
    Searched refs:gradient_tolerance (Results 1 - 10 of 10) sorted by null

  /external/ceres-solver/internal/ceres/
minimizer.h 68 gradient_tolerance = options.gradient_tolerance;
130 double gradient_tolerance; member in struct:ceres::internal::Minimizer::Options
line_search_minimizer.cc 148 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) {
152 options.gradient_tolerance);
381 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) {
385 options.gradient_tolerance);
trust_region_minimizer.cc 225 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) {
229 options_.gradient_tolerance);
601 if (iteration_summary.gradient_max_norm <= options.gradient_tolerance) {
605 options_.gradient_tolerance);
trust_region_minimizer_test.cc 230 minimizer_options.gradient_tolerance = 1e-26;
solver.cc 85 OPTION_GE(gradient_tolerance, 0.0);
system_test.cc 415 options_.gradient_tolerance = 1e-10;
  /external/ceres-solver/include/ceres/
solver.h 92 gradient_tolerance = 1e-10;
384 // max_i |x - Project(Plus(x, -g(x))| < gradient_tolerance
387 double gradient_tolerance; member in struct:ceres::Solver::Options
    [all...]
  /external/ceres-solver/examples/
more_garbow_hillstrom.cc 286 options.gradient_tolerance = 1e-18;
317 options.gradient_tolerance = 1e-18;
bundle_adjuster.cc 322 options.gradient_tolerance = 1e-16;
nist.cc 509 options->gradient_tolerance = 1e-18;

Completed in 142 milliseconds