n_threads:1# DOC Amount of threads used by ceres. - TYPE unsigned int - OPTIONS [1, 2, 3, 4]
use_nonmonotonic_steps:false# OPTIONAL - DOC If the solver is allowed to update the solution with non-monotonic steps. Only used in 'levenberg_marquardt' and 'dogleg' minimizers. - TYPE bool
max_consecutive_nonmonotonic_steps:2# OPTIONAL - DOC Amount of consecutive non-monotonic steps allowed. Only used in 'levenberg_marquardt' and 'dogleg' minimizers. - TYPE unsigned int
\ No newline at end of file
use_nonmonotonic_steps:false# OPTIONAL - DOC If the solver is allowed to update the solution with non-monotonic steps. Only used in "levenberg_marquardt" and "dogleg" minimizers. - TYPE bool
max_consecutive_nonmonotonic_steps:2# OPTIONAL - DOC Amount of consecutive non-monotonic steps allowed. Only used in "levenberg_marquardt" and "dogleg" minimizers. - TYPE unsigned int