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:
Sameer Agarwal
2019-05-31 08:58:31 -07:00
parent 93d869020b
commit 084042c252
5 changed files with 21 additions and 12 deletions
+5
View File
@@ -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