Searched refs:termination_type (Results 1 - 22 of 22) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dminimizer.cc53 summary->termination_type = USER_SUCCESS;
57 summary->termination_type = USER_ABORT;
H A Dconjugate_gradients_solver.cc79 summary.termination_type = MAX_ITERATIONS;
89 summary.termination_type = TOLERANCE;
106 summary.termination_type = TOLERANCE;
133 summary.termination_type = FAILURE;
143 summary.termination_type = FAILURE;
156 summary.termination_type = FAILURE;
163 summary.termination_type = FAILURE;
214 summary.termination_type = TOLERANCE;
224 summary.termination_type = TOLERANCE;
H A Dsolver.cc88 termination_type(DID_NOT_RUN),
131 if (termination_type == DID_NOT_RUN) {
145 if (termination_type != NUMERICAL_FAILURE &&
146 termination_type != USER_ABORT) {
151 SolverTerminationTypeToString(termination_type));
164 if (termination_type == DID_NOT_RUN) {
308 if (termination_type == DID_NOT_RUN) {
321 if (termination_type != NUMERICAL_FAILURE &&
322 termination_type != USER_ABORT) {
374 SolverTerminationTypeToString(termination_type));
[all...]
H A Dlevenberg_marquardt_strategy.cc108 if (linear_solver_summary.termination_type == FAILURE ||
111 linear_solver_summary.termination_type = FAILURE;
136 summary.termination_type = linear_solver_summary.termination_type;
H A Dtrust_region_strategy.h109 termination_type(FAILURE) {
127 LinearSolverTerminationType termination_type; member in struct:ceres::internal::TrustRegionStrategy::Summary
H A Dline_search_minimizer.cc100 summary->termination_type = NO_CONVERGENCE;
125 summary->termination_type = NUMERICAL_FAILURE;
142 summary->termination_type = GRADIENT_TOLERANCE;
195 summary->termination_type = DID_NOT_RUN;
209 summary->termination_type = NO_CONVERGENCE;
217 summary->termination_type = NO_CONVERGENCE;
248 summary->termination_type = NUMERICAL_FAILURE;
296 summary->termination_type = NUMERICAL_FAILURE;
322 summary->termination_type = GRADIENT_TOLERANCE;
338 summary->termination_type
[all...]
H A Dtrust_region_minimizer.cc85 summary->termination_type = NO_CONVERGENCE;
132 summary->termination_type = NUMERICAL_FAILURE;
155 summary->termination_type = GRADIENT_TOLERANCE;
187 summary->termination_type = NO_CONVERGENCE;
195 summary->termination_type = NO_CONVERGENCE;
234 if (strategy_summary.termination_type != FAILURE) {
262 summary->termination_type = NUMERICAL_FAILURE;
291 summary->termination_type = NUMERICAL_FAILURE;
364 summary->termination_type = PARAMETER_TOLERANCE;
376 summary->termination_type
[all...]
H A Ddense_qr_solver.cc115 summary.termination_type = TOLERANCE;
117 summary.termination_type = FAILURE;
164 summary.termination_type = TOLERANCE;
H A Diterative_schur_complement_solver.cc87 cg_summary.termination_type = TOLERANCE;
157 cg_summary.termination_type = FAILURE;
164 if (cg_summary.termination_type != FAILURE) {
H A Dsymmetric_linear_solver_test.cc74 EXPECT_EQ(summary.termination_type, TOLERANCE);
131 EXPECT_EQ(summary.termination_type, TOLERANCE);
H A Ddogleg_strategy.cc102 summary.termination_type = TOLERANCE;
136 summary.termination_type = linear_solver_summary.termination_type;
138 if (linear_solver_summary.termination_type != FAILURE) {
149 summary.termination_type = FAILURE;
516 linear_solver_summary.termination_type = FAILURE;
582 if (linear_solver_summary.termination_type == FAILURE ||
586 linear_solver_summary.termination_type = FAILURE;
592 if (linear_solver_summary.termination_type != FAILURE) {
H A Ddogleg_strategy_test.cc147 EXPECT_NE(summary.termination_type, FAILURE);
167 EXPECT_NE(summary.termination_type, FAILURE);
187 EXPECT_NE(summary.termination_type, FAILURE);
249 EXPECT_NE(summary.termination_type, FAILURE);
277 EXPECT_NE(summary.termination_type, FAILURE);
H A Ddense_normal_cholesky_solver.cc98 summary.termination_type = TOLERANCE;
150 summary.termination_type = info == 0 ? TOLERANCE : FAILURE;
H A Dlinear_solver.h246 termination_type(FAILURE) {
251 LinearSolverTerminationType termination_type; member in struct:ceres::internal::LinearSolver::Summary
H A Dunsymmetric_linear_solver_test.cc102 EXPECT_EQ(unregularized_solve_summary.termination_type, TOLERANCE);
108 EXPECT_EQ(regularized_solve_summary.termination_type, TOLERANCE);
H A Dlevenberg_marquardt_strategy_test.cc153 EXPECT_EQ(summary.termination_type, FAILURE);
H A Dsparse_normal_cholesky_solver.cc154 summary.termination_type = TOLERANCE;
231 summary.termination_type = TOLERANCE;
H A Dschur_complement_solver.cc80 summary.termination_type = FAILURE;
93 summary.termination_type = TOLERANCE;
H A Dsolver_impl.cc493 summary->termination_type = FUNCTION_TOLERANCE;
584 if (summary->termination_type == USER_ABORT ||
585 summary->termination_type == NUMERICAL_FAILURE) {
834 summary->termination_type = FUNCTION_TOLERANCE;
877 if (summary->termination_type == USER_ABORT ||
878 summary->termination_type == NUMERICAL_FAILURE) {
H A Dsolver_impl_test.cc763 EXPECT_EQ(summary.termination_type, DID_NOT_RUN);
774 EXPECT_EQ(summary.termination_type, DID_NOT_RUN);
787 EXPECT_EQ(summary.termination_type, FUNCTION_TOLERANCE);
H A Dsystem_test.cc160 CHECK_NE(summary.termination_type, ceres::NUMERICAL_FAILURE)
/external/ceres-solver/include/ceres/
H A Dsolver.h715 SolverTerminationType termination_type; member in struct:ceres::Solver::Summary

Completed in 212 milliseconds