1
0
Fork
You've already forked SSPG
0
Stochastic proximal splitting algorithm for composite minimization
  • Python 100%
Find a file
2021年03月22日 22:05:40 +02:00
cosr_cvx.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
cosr_sspg.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
gensr_cvx.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
gensr_proxgd.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
gensr_sspg.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
LICENSE Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
README.md Published in Optimization Letters 2021年03月22日 22:05:40 +02:00
reslimit.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
sr_cvx.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
sr_proxgd.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
sr_sspg.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
sspg.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
test_cosr.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
test_gensr.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
test_gensr_errs.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00
test_sr.py Import SSPG implementation. 2020年10月02日 16:21:23 +03:00

Stochastic proximal splitting algorithm for composite minimization

Implementation of the SSPG algorithm for composite minimzation described in A. Pătrașcu and P. Irofti, "Stochastic proximal splitting algorithm for composite minimization" Optimization Letters (2021): 1-19.

If you use our work in your research, please cite as:

@article{PI20,
 title = {Stochastic proximal splitting algorithm for composite minimization},
 author = {Pătrașcu, A. and Irofti, P.},
 journal = {Optimization Letters},
 pages={1--19},
 year={2021},
 publisher={Springer},
}

Have a look at the test script for a full example.