From 68a80a0e225574257560e294c6fb3c1821e49ae5 Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Sun, 21 Jan 2024 11:55:44 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfff729..525ed7b 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ Implemented algorithms include: - Primal-dual splitting algorithms - Newton-type methods +Check out [this section](https://juliafirstorder.github.io/ProximalAlgorithms.jl/stable/guide/implemented_algorithms/) for an overview of the available algorithms. + Algorithms rely on: - [AbstractDifferentiation.jl](https://github.com/JuliaDiff/AbstractDifferentiation.jl) for automatic differentiation (but you can easily bring your own gradients)