You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/algorithms/panoc.jl
+10-7Lines changed: 10 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ See also: [`PANOC`](@ref).
32
32
- `minimum_gamma=1e-7`: lower bound to `gamma` in case `adaptive == true`.
33
33
- `max_backtracks=20`: maximum number of line-search backtracks.
34
34
- `directions=LBFGS(5)`: strategy to use to compute line-search directions.
35
+
- `monotonicity=1`: parameter controlling the averaging scheme for nonmonotone linesearch; monotonicity ∈ (0,1], monotone scheme by default.
35
36
36
37
# References
37
38
1. Stella, Themelis, Sopasakis, Patrinos, "A simple and efficient algorithm for nonlinear model predictive control", 56th IEEE Conference on Decision and Control (2017).
0 commit comments