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: docs/src/tutorials/regularization/regularization.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,13 +30,12 @@ It can be used as
30
30
```julia
31
31
SemOptimizerProximal(
32
32
algorithm = ProximalAlgorithms.PANOC(),
33
-
options =Dict{Symbol, Any}(),
34
33
operator_g,
35
34
operator_h =nothing
36
35
)
37
36
```
38
37
39
-
The proximal operator (aka the regularization function) can be passed as `operator_g`, available options are listed [here](https://juliafirstorder.github.io/ProximalOperators.jl/stable/functions/).
38
+
The proximal operator (aka the regularization function) can be passed as `operator_g`.
40
39
The available Algorithms are listed [here](https://juliafirstorder.github.io/ProximalAlgorithms.jl/stable/guide/implemented_algorithms/).
0 commit comments