Skip to content

Commit c8a85e7

Browse files
authored
Add CI badge
1 parent a0e2cd7 commit c8a85e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# COSMOAccelerators.jl
22

3+
<a href="https://github.com/oxfordcontrol/COSMOAccelerators.jl/actions"><img src="https://github.com/oxfordcontrol/COSMOAccelerators.jl/workflows/ci/badge.svg?branch=master"></a>
4+
5+
36
`COSMOAccelerators` defines an abstract type `AbstractAccelerator`. The type can be used as an interface to write accelerator methods for algorithms based on non-expansive operators, e.g. fixed-point iterations.
47
The acceleration methods in this package were originally developed for the convex conic solver [COSMO.jl](https://github.com/oxfordcontrol/COSMO.jl), but can also be used with other fixed-point methods, e.g. algorithms based on the [ProximalOperators.jl](https://github.com/kul-forbes/ProximalOperators.jl) package (see example).
58

0 commit comments

Comments
 (0)