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
76 stars 10 forks source link

fix eigenvalue issue #60

Closed AdrienTaylor closed 2 years ago

AdrienTaylor commented 2 years ago

There was a minor issue when no eigenvalue needs to be set to zero in pep.py (function "get_nb_eigenvalues_and_corrected_matrix")

Depends on #59.