mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Lint changes from William Rucklidge
Update documentation for Solver::Options::max_num_line_search_step_size_iterations Change-Id: I03edc74e67940bed0be7e5ccaffed9e97114a5a5
This commit is contained in:
@@ -992,6 +992,11 @@ elimination group [LiSaad]_.
|
||||
search, if a step size satisfying the search conditions cannot be
|
||||
found within this number of trials, the line search will stop.
|
||||
|
||||
The minimum allowed value is 0 for trust region minimizer and 1
|
||||
otherwise. If 0 is specified for the trust region minimizer, then
|
||||
line search will not be used when solving constrained optimization
|
||||
problems.
|
||||
|
||||
As this is an 'artificial' constraint (one imposed by the user, not
|
||||
the underlying math), if ``WOLFE`` line search is being used, *and*
|
||||
points satisfying the Armijo sufficient (function) decrease
|
||||
|
||||
Reference in New Issue
Block a user