1
0
Fork
You've already forked RIPPA
0
Restarted Inexact Proximal Point Algorithm
  • Python 100%
Find a file
2021年08月13日 00:56:56 +02:00
data Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
figs Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
LICENSE Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
README.md Add arXiv citation details and link the paper PDF. 2021年08月13日 00:56:56 +02:00
rippa.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
rippa_graphsvm.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
rippa_matrixcompletion.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
rippa_robust_l1ls.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
rippa_util.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
simplex_projection.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
test_rippa_graphsvm.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
test_rippa_matrixcompletion.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00
test_rippa_robust_l1ls.py Initial implementation of the RIPPA algorithm. 2021年08月05日 14:48:33 +03:00

Restarted Inexact Proximal Point Algorithm (RIPPA)

Implementation of the RIPPA algorithm for convex optimization described in A. Pătrașcu and P. Irofti, "Computational complexity of Inexact Proximal Point Algorithms forConvex Optimization"

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

@article{PI21,
 title={Computational complexity of Inexact Proximal Point Algorithm for Convex Optimization under Holderian Growth}, 
 author = {Pătrașcu, A. and Irofti, P.},
 year={2021},
 eprint={2108.04482},
 archivePrefix={arXiv},
 primaryClass={cs.LG},
}

The algorithm is implemented in rippa.py. Have a look at the applications for full examples: