options | list of options, one for each line. Ipopt options (are optional) and have one of the following forms String name value
Numeric name value
Integer name value
The following other possible options are listed below: |
xi | initial argument value to start optimization procedure at. |
xl | lower limit for argument during optimization |
xu | upper limit for argument during optimization |
gl | lower limit for g(x) during optimization. |
gu | upper limit for g(x) during optimization. |
fg_eval | function that evaluates the objective and constraints using the syntax |
solution | structure that holds the solution of the optimization. |