Recent Releases of https://github.com/cvxgrp/qss
https://github.com/cvxgrp/qss - v0.2.4
What's Changed
- update pyproject.toml and workflows by @pluflou in https://github.com/cvxgrp/qss/pull/48
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.2.3...v0.2.4
- Jupyter Notebook
Published by pluflou almost 2 years ago
https://github.com/cvxgrp/qss - v0.2.3
What's Changed
- fixed bug in maxiter int check to make robust on different os/python by @pluflou in https://github.com/cvxgrp/qss/pull/45
New Contributors
- @pluflou made their first contribution in https://github.com/cvxgrp/qss/pull/45
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.2.2...v0.2.3
- Jupyter Notebook
Published by Stanford-CVX-group almost 3 years ago
https://github.com/cvxgrp/qss - Fixing deployment bug to PyPI
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.2.1...v0.2.2
- Jupyter Notebook
Published by bmeyers about 3 years ago
https://github.com/cvxgrp/qss - New nonconvex algorithm (actually)
What's Changed
- New algorithm for nonconvex problems by @bmeyers in https://github.com/cvxgrp/qss/pull/44
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.2.0...v0.2.1
- Jupyter Notebook
Published by bmeyers about 3 years ago
https://github.com/cvxgrp/qss - New nonconvex algorithm
This release of QSS implements a new algorithm for solving nonconvex quadratic separable problems. Previously, we implemented nonconvex ADMM for cost nonconvex cost functions that have closed-form proximal operators. Now, we begin by solving a relaxed convex version of the problem, and then we use that solution to start the iterates of nonconvex ADMM. In practice, this method is much better at avoiding suboptimal local minima.
- Jupyter Notebook
Published by bmeyers about 3 years ago
https://github.com/cvxgrp/qss - v0.1.6
What's Changed
- fixed missed typos by @Thistleman in https://github.com/cvxgrp/qss/pull/42
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.1.5...v0.1.6
- Jupyter Notebook
Published by Thistleman over 3 years ago
https://github.com/cvxgrp/qss - v0.1.5
What's Changed
- fixed missing environment by @Thistleman in https://github.com/cvxgrp/qss/pull/41
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.1.4...v0.1.5
- Jupyter Notebook
Published by Thistleman over 3 years ago
https://github.com/cvxgrp/qss - v0.1.4
What's Changed
- Support for abstract linear operators by @lukevolpatti in https://github.com/cvxgrp/qss/pull/36
- Improvements to abstract linear operators by @lukevolpatti in https://github.com/cvxgrp/qss/pull/37
- Added nonconvex scheduling by @lukevolpatti in https://github.com/cvxgrp/qss/pull/38
- Block rho updates by @lukevolpatti in https://github.com/cvxgrp/qss/pull/39
- tweaked actions for created stanfordcvxgrp anaconda account by @Thistleman in https://github.com/cvxgrp/qss/pull/40
Full Changelog: https://github.com/cvxgrp/qss/compare/v0.1.3...v0.1.4
- Jupyter Notebook
Published by Thistleman over 3 years ago
https://github.com/cvxgrp/qss - v0.1.3
- Jupyter Notebook
Published by lukevolpatti almost 4 years ago