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

Feature/make function callable #45

Closed bgoujaud closed 2 years ago

bgoujaud commented 2 years ago

This allows to write f(x) instead of f.value(x).

The previous way to do is still working. No code is broken.

All examples, the README, the quickstart and the notebook have been aligned with this simplification.