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