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 311 // max_i |gradient_i| < gradient_tolerance * max_i|initial_gradient_i|
312 GRADIENT_TOLERANCE,
  /external/ceres-solver/internal/ceres/
line_search_minimizer.cc 139 options.gradient_tolerance * initial_gradient_max_norm;
142 summary->termination_type = GRADIENT_TOLERANCE;
146 << " <= " << options.gradient_tolerance;
322 summary->termination_type = GRADIENT_TOLERANCE;
326 << " <= " << options.gradient_tolerance;
trust_region_minimizer.cc 152 options_.gradient_tolerance * initial_gradient_max_norm;
155 summary->termination_type = GRADIENT_TOLERANCE;
159 << " <= " << options_.gradient_tolerance;
481 summary->termination_type = GRADIENT_TOLERANCE;
486 << " <= " << options_.gradient_tolerance;
types.cc 285 CASESTR(GRADIENT_TOLERANCE);
  /external/ceres-solver/examples/
nist.cc 165 (status == ceres::GRADIENT_TOLERANCE) ||
517 options->gradient_tolerance = 1e-18;

Completed in 356 milliseconds