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

  /external/ceres-solver/internal/ceres/
solver_test.cc 168 EXPECT_EQ(summary.termination_type, CONVERGENCE);
180 EXPECT_EQ(summary.termination_type, CONVERGENCE);
194 EXPECT_EQ(summary.termination_type, CONVERGENCE);
208 EXPECT_EQ(summary.termination_type, CONVERGENCE);
223 EXPECT_EQ(summary.termination_type, CONVERGENCE);
237 EXPECT_EQ(summary.termination_type, CONVERGENCE);
line_search_minimizer.cc 153 summary->termination_type = CONVERGENCE;
386 summary->termination_type = CONVERGENCE;
400 summary->termination_type = CONVERGENCE;
trust_region_minimizer.cc 230 summary->termination_type = CONVERGENCE;
457 // Convergence based on parameter_tolerance.
467 summary->termination_type = CONVERGENCE;
481 summary->termination_type = CONVERGENCE;
606 summary->termination_type = CONVERGENCE;
671 summary->termination_type = CONVERGENCE;
types.cc 304 CASESTR(CONVERGENCE);
solver.cc 607 return (termination_type == CONVERGENCE ||
solver_impl.cc 327 summary->termination_type = CONVERGENCE;
547 summary->termination_type = CONVERGENCE;
    [all...]
  /external/ceres-solver/include/ceres/
types.h 219 // Broyden, C.G., "The Convergence of a Class of Double-rank Minimization
311 // Minimizer terminated because one of the convergence criterion set
319 CONVERGENCE,
322 // of time specified by the user, but none of the convergence
  /external/ceres-solver/examples/
ellipse_approximation.cc 372 return summary.termination_type == ceres::CONVERGENCE;

Completed in 2242 milliseconds