cvxgrp / scs

Splitting Conic Solver
MIT License
538 stars 134 forks source link

Help with solver options. #19

Closed SteveDiamond closed 10 years ago

SteveDiamond commented 10 years ago

I'm documenting the SCS solver options on the cvxpy website.

I couldn't find any use of UNDET_TOL in the code. What does this option do?

Also, would you mind briefly explaining what ALPHA does?

bodono commented 10 years ago

Yes, I removed UNDET_TOL, it's no longer an option. Sorry for not updating the docs, I'll do that when I get a chance.

ALPHA is the relaxation parameter, which is a standard ADMM parameter. See section 3.3 on variations in the paper.