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

  /external/ceres-solver/include/ceres/
types.h 213 // max_i |gradient_i| < gradient_tolerance * max_i|initial_gradient_i|
214 GRADIENT_TOLERANCE,
  /external/ceres-solver/internal/ceres/
types.cc 155 CASESTR(GRADIENT_TOLERANCE);
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;
  /external/ceres-solver/docs/
powell.tex 97 Final cost: 2.865573e-13, Termination: GRADIENT_TOLERANCE.
  /external/ceres-solver/examples/
nist.cc 91 (status == ceres::GRADIENT_TOLERANCE) ||
418 options->gradient_tolerance = 1e-18;

Completed in 217 milliseconds