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
Connects to `ProximalAlgorithms.jl` as the optimization backend. For more information on
16
-
the available algorithms and options, see the online docs on [Regularization](@ref) and
17
-
the documentation of [*ProximalAlgorithms.jl*](https://github.com/JuliaFirstOrder/ProximalAlgorithms.jl) / [ProximalOperators.jl](https://github.com/JuliaFirstOrder/ProximalOperators.jl).
18
-
19
-
# Constructor
20
-
21
15
SemOptimizerProximal(;
22
16
algorithm = ProximalAlgorithms.PANOC(),
23
17
operator_g,
24
18
operator_h = nothing,
25
19
kwargs...,
20
+
)
21
+
22
+
Connects to `ProximalAlgorithms.jl` as the optimization backend. For more information on
23
+
the available algorithms and options, see the online docs on [Regularization](@ref) and
24
+
the documentation of [*ProximalAlgorithms.jl*](https://github.com/JuliaFirstOrder/ProximalAlgorithms.jl) /
0 commit comments