Hi,
Is it possible to get the number of interior point iterations performed by cvx/Mosek? it outputs to screen when solving a problem, but I could not find any command to retrieve that specific data.
Thanks a lot,
Negima
Hi,
Is it possible to get the number of interior point iterations performed by cvx/Mosek? it outputs to screen when solving a problem, but I could not find any command to retrieve that specific data.
Thanks a lot,
Negima
Yes! By popular request, we added this feature awhile ago. The number of iterations is given by the variable cvx_slvitr
.
Thank you very much for your answer. But the variable cvx_slvitr returns zero constantly.
Thank you very much for your answer. But the variable cvx_slvitr returns zero constantly.
Ah, of course, I apologize for mis-reading. I’m afraid the current shim can’t retrieve the number of iterations for that solver.