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

/external/ceres-solver/internal/ceres/
H A Dsolver.cc74 #define OPTION_GE(x, y) OPTION_OP(x, y, >=); macro
82 OPTION_GE(max_num_iterations, 0);
83 OPTION_GE(max_solver_time_in_seconds, 0.0);
84 OPTION_GE(function_tolerance, 0.0);
85 OPTION_GE(gradient_tolerance, 0.0);
86 OPTION_GE(parameter_tolerance, 0.0);
103 OPTION_GE(min_relative_decrease, 0.0);
104 OPTION_GE(min_lm_diagonal, 0.0);
105 OPTION_GE(max_lm_diagonal, 0.0);
107 OPTION_GE(max_num_consecutive_invalid_step
277 #undef OPTION_GE macro
[all...]

Completed in 35 milliseconds