ecos-python icon indicating copy to clipboard operation
ecos-python copied to clipboard

Solver options for number of iterative refinement steps

Open SteveDiamond opened this issue 10 years ago • 2 comments

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.

SteveDiamond avatar Sep 09 '15 18:09 SteveDiamond

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.

echu avatar Apr 26 '18 04:04 echu

Can you please add these options too

  1. scaling the final step length gamma
  2. regularization parameter delta
  3. regularization threshold eps

as I think they might be useful to fix the numerical issues in #19

Abzinger avatar Aug 14 '19 10:08 Abzinger