ecos-python
ecos-python copied to clipboard
Solver options for number of iterative refinement steps
In the Julia ECOS interface, you can change the number of iterative refinement steps ECOS takes. Could you add this to the Python interface? I had a request for this option.
I just merged your PR for this (about 3 years later). :)
It's on the 2.0.7rc branch. It should appear in 2.0.7 once we clear all the issues.
Can you please add these options too
- scaling the final step length
gamma - regularization parameter
delta - regularization threshold
eps
as I think they might be useful to fix the numerical issues in #19