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
As pointed out by Manu Upadhyaya, there is a typo in the documentation for "wc_accelerated_proximal_point" (PEPit.examples.monotone_inclusions_variational_inequalities.wc_accelerated_proximal_point)
Uh oh!
There was an error while loading. Please reload this page.
Hello,
As pointed out by Manu Upadhyaya, there is a typo in the documentation for "wc_accelerated_proximal_point" (PEPit.examples.monotone_inclusions_variational_inequalities.wc_accelerated_proximal_point)
\\begin{eqnarray} x_{t+1} & = & J_{\\alpha A}(y_t), \\\\ y_{t+1} & = & x_{t+1} + \\frac{t}{t+2}(x_{t+1} - x_{t}) - \\frac{t}{t+1}(x_t - y_{t-1}), \\end{eqnarray}
where the$\frac{t}{t+1}$ should be $\frac{t}{t+2}$
Adrien
The text was updated successfully, but these errors were encountered: