Skip to content

Commit d87b265

Browse files
committed
Fix minor typo
1 parent fc2d1c2 commit d87b265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PEPit/examples/unconstrained_convex_minimization/robust_momentum.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def wc_robust_momentum(mu, L, lam, wrapper="cvxpy", solver=None, verbose=1):
2828
q_t & = & (L - \\mu) \\left(f(x_t) - f_\\star - \\frac{\\mu}{2}\|y_t - x_\\star\|^2 - \\frac{1}{2}\|\\nabla f(y_t) - \\mu (y_t - x_\\star)\|^2 \\right),
2929
\\end{eqnarray}
3030
31-
with :math:`\\kappa = \\frac{\\mu}{L}`, :math:`\\rho = \\lambda (1 - \\frac{1}{\\kappa}) + (1 - \\lambda) \\left(1 - \\frac{1}{\\sqrt{\\kappa}}\\right)`, and :math:`l = \\mu^2 \\frac{\\kappa - \\kappa \\rho^2 - 1}{2 \\rho (1 - \\rho)}``.
31+
with :math:`\\kappa = \\frac{\\mu}{L}`, :math:`\\rho = \\lambda (1 - \\frac{1}{\\kappa}) + (1 - \\lambda) \\left(1 - \\frac{1}{\\sqrt{\\kappa}}\\right)`, and :math:`l = \\mu^2 \\frac{\\kappa - \\kappa \\rho^2 - 1}{2 \\rho (1 - \\rho)}`.
3232
3333
**Algorithm**:
3434

0 commit comments

Comments
 (0)