You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a python implementation of Accelerated Proximal Gradient Descent method.
Different from Nesterov's Accelerated Gradient, this chooses a different approach to update $y^{k+1}$, but sharing the same convergence rate $O(1/k^2)$.
About
This is a python implementation of Accelerated Proximal Gradient Descent method.