Skip to content

nicola-bastianello/reg4opt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

Welcome to reg4opt Documentation Status

Docs | Installation | Cite

reg4opt is a Python implementation of operator regression and convex regression methods presented in the paper "OpReg-Boost: Learning to Accelerate Online Algorithms with Operator Regression" by Nicola Bastianello, Andrea Simonetto, Emiliano Dall'Anese.

The documentation is available here.

Installation

reg4opt works on Python 3.7 and depends on: tvopt, numpy, scipy. To run the examples, cvxpy may also be needed.

pip installation

pip install reg4opt

Cite

@article{bastianello_opregboost_2021,
	title = {{OpReg}-{Boost}: {Learning} to {Accelerate} {Online} {Algorithms} with {Operator} {Regression}},
	url = {http://arxiv.org/abs/2105.13271},
	journal = {arXiv:2105.13271 [cs, math]},
	author = {Bastianello, Nicola and Simonetto, Andrea and Dall'Anese, Emiliano},
	year = {2021}
}

Author

reg4opt is developed by Nicola Bastianello under the supervision of Andrea Simonetto and Emiliano Dall'Anese

About

A Python module for accelerating online optimization methods using operator regression.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages