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
Copy file name to clipboardExpand all lines: docs/source/whatsnew/0.4.0.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,3 +14,5 @@ What's new in PEPit 0.4.0
14
14
- New examples: (i) Refined block-coordinate descent (refined interpolation techniques--but computationally more expensive) (ii) introduction of quadratic Lojasiewicz inequalities, examples on gradient descent (with different ways to improse Lojasiewicz inequalities, from naive ones to more advanced SDP-representable ones) (iii) optimistic gradient with more advanced SDP-representable monotonocity/Lipschitz characterization, (iv) difference-of-convex algorithm (DCA, also known as the convex-concave procedure), (v) online learning settings (online gradient descent, online Frank-Wolfe, follow the leader, follow the regularized leader).
15
15
16
16
- Corrected example: SGD's closed-form solution has been updated.
17
+
18
+
- The support of functions of the class :class:`ConvexIndicatorFunction` can be constrained through a radius in addition to a diameter.
0 commit comments