Skip to content

Commit 04204f7

Browse files
authored
Add reference to ProximalAlgorithms
1 parent 124fa57 commit 04204f7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
Proximal operators for nonsmooth optimization in Julia.
1212
This package can be used to easily implement proximal algorithms for convex and nonconvex optimization problems such as ADMM, the alternating direction method of multipliers.
1313

14+
See [ProximalAlgorithms.jl](https://github.com/JuliaFirstOrder/ProximalAlgorithms.jl) for generic implementations of algorithms based on the primitives here defined.
15+
1416
See the [documentation](https://juliafirstorder.github.io/ProximalOperators.jl/latest) on how to use the package.
1517

1618
## Installation

0 commit comments

Comments
 (0)