Hello,
I wanted to speed up my code using the optimizer command. I implemented the optimizer command with parameters and checked it against the old (working) code that used optimize and it seemed to do well. They didn't get exactly the same output but it was close enough. My problem is a SOCP and I assumed that because sedumi uses iterative methods then the differences were due to that.
Was I getting lucky in how close they were or should I expect to see them close but different? I have tried your fix (cone(u,e), u == param * t) mentioned on the page but it seems to mess up my results from old code that I am pretty sure is working. Is that normal as well?