How to make Ipopt print information of each iteration?

35 views
Skip to first unread message

facat facat

unread,
Dec 31, 2012, 4:02:42 AM12/31/12
to yal...@googlegroups.com
I'd like to know the status of each iteration of Ipopt in YALMIP, but I cannot find any settings related to that. Could anyone help me? Thanks.

Johan Löfberg

unread,
Dec 31, 2012, 7:22:48 AM12/31/12
to yal...@googlegroups.com
Most likely not possible. The solver output recovered using the generic option savesolveroutput is the most you can get. It will give you access to all information returned from the solver.
ops=sdpsettings('solver','ipopt','savesolveroutput',1);
sol
=solvesdp(constraints,objective,ops);
sol
.solveroutput


facat facat

unread,
Dec 31, 2012, 8:25:13 AM12/31/12
to yal...@googlegroups.com
Thank you, although I have used  savesolveroutput.
Reply all
Reply to author
Forward
0 new messages