Releases: cvxgrp/qss
Releases · cvxgrp/qss
v0.2.4
v0.2.3
Fixing deployment bug to PyPI
Full Changelog: v0.2.1...v0.2.2
New nonconvex algorithm (actually)
What's Changed
Full Changelog: v0.2.0...v0.2.1
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.
v0.1.6
v0.1.5
v0.1.4
What's Changed
- Support for abstract linear operators by @lukevolpatti in #36
- Improvements to abstract linear operators by @lukevolpatti in #37
- Added nonconvex scheduling by @lukevolpatti in #38
- Block rho updates by @lukevolpatti in #39
- tweaked actions for created stanfordcvxgrp anaconda account by @Thistleman in #40
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Merge pull request #35 from cvxgrp/refactor_g Refactor g function code