Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look into other/better equilibration strategies #12

Open
lukevolpatti opened this issue Apr 17, 2022 · 0 comments
Open

Look into other/better equilibration strategies #12

lukevolpatti opened this issue Apr 17, 2022 · 0 comments
Labels
question Further information is requested

Comments

@lukevolpatti
Copy link
Collaborator

QSS currently has a hard time with big l1 trend-filtering problems. I think this is due to the fact that the constraint matrix in these problems is extremely poorly conditioned - some of its columns are of much larger norm than others (this is due to the fact that a large regularization penalty is needed to get a solution with sparse second difference).

OSQP also seems to do poorly on such problems (though still better than QSS). However, Mosek is able to quickly get a solution with half of the objective value of OSQP.

Perhaps other matrix equilibration strategies could help with performance on this kind of problem? This may also be a question of solution polishing, though.

@lukevolpatti lukevolpatti added the question Further information is requested label Apr 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant