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

  /external/ceres-solver/include/ceres/
types.h 209 // (new_cost - old_cost) < function_tolerance * old_cost;
210 FUNCTION_TOLERANCE,
  /external/ceres-solver/internal/ceres/
types.cc 154 CASESTR(FUNCTION_TOLERANCE);
trust_region_minimizer.cc 387 options_.function_tolerance * cost;
392 << " <= " << options_.function_tolerance;
393 summary->termination_type = FUNCTION_TOLERANCE;
solver_impl.cc 341 LOG(INFO) << "Terminating: FUNCTION_TOLERANCE reached. "
344 // FUNCTION_TOLERANCE is the right convergence here, as we know
347 summary->termination_type = FUNCTION_TOLERANCE;
    [all...]
solver_impl_test.cc 874 EXPECT_EQ(summary.termination_type, FUNCTION_TOLERANCE);
  /external/ceres-solver/docs/
curvefitting.tex 65 Final cost: 1.056751e+00, Termination: FUNCTION_TOLERANCE.
build.tex 146 Termination: FUNCTION_TOLERANCE
  /external/ceres-solver/examples/
nist.cc 90 (status == ceres::FUNCTION_TOLERANCE) ||
417 options->function_tolerance = 1e-18;

Completed in 1802 milliseconds