How do I get the performance stats which are outputted to console returned by the function call?<br><br>In matlab I have the following command to call ipopt:<br><br>[x info] = ipopt(x,cons,options);<br><br><br>Can I specify more outputs? For example, the "number of function calls" is not specified in the "info" output structure.<br>
<br>Thanks!<br>