Searched refs:OPTION_GE (Results 1 – 1 of 1) sorted by relevance
/external/ceres-solver/internal/ceres/ |
D | solver.cc | 74 #define OPTION_GE(x, y) OPTION_OP(x, y, >=); macro 82 OPTION_GE(max_num_iterations, 0); in CommonOptionsAreValid() 83 OPTION_GE(max_solver_time_in_seconds, 0.0); in CommonOptionsAreValid() 84 OPTION_GE(function_tolerance, 0.0); in CommonOptionsAreValid() 85 OPTION_GE(gradient_tolerance, 0.0); in CommonOptionsAreValid() 86 OPTION_GE(parameter_tolerance, 0.0); in CommonOptionsAreValid() 103 OPTION_GE(min_relative_decrease, 0.0); in TrustRegionOptionsAreValid() 104 OPTION_GE(min_lm_diagonal, 0.0); in TrustRegionOptionsAreValid() 105 OPTION_GE(max_lm_diagonal, 0.0); in TrustRegionOptionsAreValid() 107 OPTION_GE(max_num_consecutive_invalid_steps, 0); in TrustRegionOptionsAreValid() [all …]
|