From d41c3b9e8e6e90448d1b1c062400702d61148214 Mon Sep 17 00:00:00 2001 From: Lorenzo Stella Date: Sat, 20 Jan 2018 19:29:50 +0100 Subject: [PATCH] updated readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ca4196..f442e1d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![codecov.io](http://codecov.io/github/kul-forbes/ProximalAlgorithms.jl/coverage.svg?branch=master)](http://codecov.io/github/kul-forbes/ProximalAlgorithms.jl?branch=master) Proximal algorithms (also known as "splitting" algorithms or methods) for nonsmooth optimization in Julia. + This package can be used in combination with [ProximalOperators.jl](https://github.com/kul-forbes/ProximalOperators.jl) (providing first-order primitives, i.e. gradient and proximal mapping, for numerous cost functions) and [AbstractOperators.jl](https://github.com/kul-forbes/AbstractOperators.jl) (providing several linear and nonlinear operators) to formulate and solve a wide spectrum of nonsmooth optimization problems. ### Implemented Algorithms