JuliaFirstOrder / ProximalAlgorithms.jl

Proximal algorithms for nonsmooth optimization in Julia
Other
130 stars 21 forks source link

Add PANOCpluc benchmarks #75

Closed aldma closed 2 years ago

aldma commented 2 years ago

This PR adds the PANOCplus solver to the benchmarks. The citation file has also been fixed (it could not be parsed).

codecov[bot] commented 2 years ago

Codecov Report

Merging #75 (abe28d1) into master (10d7e80) will not change coverage. The diff coverage is n/a.

:exclamation: Current head abe28d1 differs from pull request most recent head e6f9648. Consider uploading reports for the commit e6f9648 to get more accurate results

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #75   +/-   ##
=======================================
  Coverage   88.93%   88.93%           
=======================================
  Files          21       21           
  Lines         886      886           
=======================================
  Hits          788      788           
  Misses         98       98           

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 10d7e80...e6f9648. Read the comment docs.

lostella commented 2 years ago

@aldma great, thanks! I'll merge this before #74 so that the benchmark runs there too