JuliaSmoothOptimizers / ShiftedProximalOperators.jl

Proximal operators for use with RegularizedOptimization
Other
5 stars 7 forks source link

Non-allocating prox Implementations for L0 and L1 #125

Closed MohamedLaghdafHABIBOULLAH closed 1 week ago

MohamedLaghdafHABIBOULLAH commented 1 week ago

Make the prox!/iprox! functions for L1, L0, L1Box, and L0Box non-allocating and add the @wrappedallocs macro to test them.

dpo commented 1 week ago

Thank you!