FirstOrderSolvers.jl icon indicating copy to clipboard operation
FirstOrderSolvers.jl copied to clipboard

Large scale convex optimization solvers in julia

Results 2 FirstOrderSolvers.jl issues
Sort by recently updated
recently updated
newest added

I have an implementation of inexact augmented lagrangian method, do you think it would fit in here? ```julia for k = 1:iters prox!(E, proxE, D .- A .+ (1/μ) .*...

Removes built in ConeProduct in favor of ProximalOperators SlicedSeparableSum, should benchmark before pull