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

Examples verbosity is incorrectly documented #55

Closed rkm0959 closed 2 years ago

rkm0959 commented 2 years ago

most examples say that

Level of information details to print. 1: No verbose at all. 0: This example’s output. 1: This example’s output + PEPit information. 2: This example’s output + PEPit information + CVXPY details.

where the first 1 should be -1

bgoujaud commented 2 years ago

Thank you for raising it. This will be fixed in PR #56 .