PerformanceEstimation / PEPit

PEPit is a package enabling computer-assisted worst-case analyses of first-order optimization methods.
https://pepit.readthedocs.io/en/latest/
MIT License
79 stars 12 forks source link

Devel/direct interface mosek #89

Closed AdrienTaylor closed 10 months ago

AdrienTaylor commented 1 year ago

Still some work to be done (see todo)

codecov[bot] commented 10 months ago

Codecov Report

Attention: 255 lines in your changes are missing coverage. Please review.

Comparison is base (6b1a6c3) 89.72% compared to head (112514a) 88.28%. Report is 14 commits behind head on master.

Files Patch % Lines
PEPit/pep.py 63.74% 62 Missing :warning:
PEPit/wrapper.py 79.16% 10 Missing :warning:
PEPit/wrappers/mosek_wrapper.py 93.75% 9 Missing :warning:
PEPit/wrappers/cvxpy_wrapper.py 92.45% 8 Missing :warning:
...convex_minimization/improved_interior_algorithm.py 42.85% 4 Missing :warning:
...mples_tests/inexact_gradient_exact_line_search3.py 88.88% 4 Missing :warning:
..._complexified_examples_tests/proximal_point_LMI.py 85.71% 4 Missing :warning:
...ive_methods/polyak_steps_in_distance_to_optimum.py 50.00% 2 Missing :warning:
...adaptive_methods/polyak_steps_in_function_value.py 50.00% 2 Missing :warning:
...nvex_minimization/accelerated_proximal_gradient.py 50.00% 2 Missing :warning:
... and 79 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #89 +/- ## ========================================== - Coverage 89.72% 88.28% -1.44% ========================================== Files 151 166 +15 Lines 5012 5892 +880 ========================================== + Hits 4497 5202 +705 - Misses 515 690 +175 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.