qntwrsm / ProximalMethods.jl

Provides proximal operator evaluation routines and proximal optimization algorithms, such as (accelerated) proximal gradient methods and alternating direction method of multipliers (ADMM), for non-smooth/non-differentiable objective functions.
MIT License
1 stars 0 forks source link

Bug fix: copy input vector when calling in-place proximal operator #13

Closed qntwrsm closed 1 year ago

qntwrsm commented 1 year ago

Copy input vector into a new vector before calling in-place proximal operator version internally.

Resolve #12