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/zerofpr.jl
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,7 @@ See also: [`ZeroFPR`](@ref).
33
33
- `minimum_gamma=1e-7`: lower bound to `gamma` in case `adaptive == true`.
34
34
- `max_backtracks=20`: maximum number of line-search backtracks.
35
35
- `directions=LBFGS(5)`: strategy to use to compute line-search directions.
36
+
- `monotonicity=1`: parameter controlling the averaging scheme for nonmonotone linesearch; monotonicity ∈ (0,1], monotone scheme by default.
36
37
37
38
# References
38
39
1. Themelis, Stella, Patrinos, "Forward-backward envelope for the sum of two nonconvex functions: Further properties and nonmonotone line-search algorithms", SIAM Journal on Optimization, vol. 28, no. 3, pp. 2274-2303 (2018).
0 commit comments