16.01.2015 Views

GAMS — The Solver Manuals - Available Software

GAMS — The Solver Manuals - Available Software

GAMS — The Solver Manuals - Available Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

84 COIN-OR<br />

# This is a comment<br />

# Turn off the NLP scaling<br />

nlp_scaling_method none<br />

# Change the initial barrier parameter<br />

mu_init 1e-2<br />

# Set the max number of iterations<br />

max_iter 500<br />

is a valid ipopt.opt file.<br />

Note, that <strong>GAMS</strong>/CoinIpopt overwrites the Ipopt default setting for the parameters bound relax factor (set to<br />

0.0) and mu strategy (set to adaptive). You can change these values by specifying these options in your Ipopt<br />

options file.<br />

<strong>GAMS</strong>/CoinIpopt understand currently the following <strong>GAMS</strong> parameters: reslim (time limit), iterlim (iteration<br />

limit), domlim (domain violation limit). You can set them either on the command line, e.g. iterlim=500, or<br />

inside your <strong>GAMS</strong> program, e.g. Option iterlim=500;.<br />

5.6 Detailed Description of CoinIpopt Options<br />

Output<br />

print level: Output verbosity level.<br />

Sets the default verbosity level for console output. <strong>The</strong> larger this value the more detailed is the output. <strong>The</strong><br />

valid range for this integer option is −2 ≤ print level ≤ 12 and its default value is 5.<br />

file print level: Verbosity level for output file.<br />

NOTE: This option only works when read from the ipopt.opt options file! Determines the verbosity level for the<br />

file specified by ”output file”. By default it is the same as ”print level”. <strong>The</strong> valid range for this integer option<br />

is 0 ≤ file print level ≤ 12 and its default value is 5.<br />

output file: File name of desired output file (leave unset for no file output).<br />

NOTE: This option only works when read from the ipopt.opt options file! An output file with this name will be<br />

written (leave unset for no file output). <strong>The</strong> verbosity level is by default set to ”print level”, but can be overridden<br />

with ”file print level”. <strong>The</strong> file name is changed to use only small letters. <strong>The</strong> default value for this string option<br />

is ””.<br />

Possible value is any acceptable standard file name.<br />

print info string: Enables printing of additional info string at end of iteration output.<br />

This string contains some insider information about the current iteration. <strong>The</strong> default value for this string option<br />

is ”no”.<br />

Possible values:<br />

• no: don’t print string<br />

• yes: print string at end of each iteration output<br />

print options documentation: Switch to print all algorithmic options.<br />

If selected, the algorithm will print the list of all available algorithmic options with some documentation before<br />

solving the optimization problem. <strong>The</strong> default value for this string option is ”no”.<br />

Possible values:

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!