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

  /external/ceres-solver/internal/ceres/
minimizer.h 66 gradient_tolerance = options.gradient_tolerance;
98 double gradient_tolerance; member in struct:ceres::internal::Minimizer::Options
trust_region_minimizer.cc 188 options_.gradient_tolerance * gradient_max_norm_0;
191 summary->termination_type = GRADIENT_TOLERANCE;
195 << " <= " << options_.gradient_tolerance;
461 summary->termination_type = GRADIENT_TOLERANCE;
465 << " <= " << options_.gradient_tolerance;
types.cc 155 CASESTR(GRADIENT_TOLERANCE);
trust_region_minimizer_test.cc 207 minimizer_options.gradient_tolerance = 1e-26;
system_test.cc 403 options_.gradient_tolerance = 1e-10;
  /external/ceres-solver/include/ceres/
types.h 213 // max_i |gradient_i| < gradient_tolerance * max_i|initial_gradient_i|
214 GRADIENT_TOLERANCE,
solver.h 76 gradient_tolerance = 1e-10;
205 // max_i |gradient_i| < gradient_tolerance * max_i|initial_gradient_i|
208 double gradient_tolerance; member in struct:ceres::Solver::Options
  /external/ceres-solver/docs/
powell.tex 97 Final cost: 2.865573e-13, Termination: GRADIENT_TOLERANCE.
  /external/ceres-solver/examples/
bundle_adjuster.cc 318 options.gradient_tolerance = 1e-16;
nist.cc 91 (status == ceres::GRADIENT_TOLERANCE) ||
418 options->gradient_tolerance = 1e-18;

Completed in 1332 milliseconds