[Ipopt] values of the variables
Andrew Spiteri
andrew.spiteri at um.edu.mt
Tue Jun 6 12:47:05 EDT 2017
Hi Leonie,
IPOPT has a LOT of options, including various levels of printing output.
Take a look at https://www.coin-or.org/Ipopt/documentation/node40.html
for more information. As an example in MATLAB, the print level can be
configured as follows:
options.ipopt.print_level = 5; % nice, compact output (choose a larger
value for a more verbose output)
...
...
[x, info] = ipopt(x0, functions, options); % IPOPT call
I hope you find this helpful. Cheers.
Best regards,
Andrew Spiteri
More information about the Ipopt
mailing list