JuliaSmoothOptimizers / ShiftedProximalOperators.jl

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

implement in-place prox #33

Closed dpo closed 3 years ago

codecov-commenter commented 3 years ago

Codecov Report

Merging #33 (286e30d) into master (82d238c) will increase coverage by 0.27%. The diff coverage is 43.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #33      +/-   ##
==========================================
+ Coverage   60.41%   60.68%   +0.27%     
==========================================
  Files           8        8              
  Lines         144      145       +1     
==========================================
+ Hits           87       88       +1     
  Misses         57       57              
Impacted Files Coverage Δ
src/shiftedIndBallL0.jl 33.33% <0.00%> (ø)
src/shiftedIndBallL0BInf.jl 33.33% <0.00%> (ø)
src/shiftedNormL0.jl 28.57% <0.00%> (ø)
src/shiftedNormL1.jl 33.33% <0.00%> (ø)
src/shiftedNormL0BInf.jl 82.75% <83.33%> (ø)
src/ShiftedProximalOperators.jl 61.53% <100.00%> (+1.53%) :arrow_up:
src/shiftedNormL1B2.jl 82.35% <100.00%> (ø)
src/shiftedNormL1Binf.jl 85.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 82d238c...286e30d. Read the comment docs.

dpo commented 3 years ago

No. Likely, I had never trie LMTR + B0...

rjbaraldi commented 3 years ago

Ok well then do you want to merge this and leave #34 open for us to return to?