[Ipopt] variable scaling

João Leal joaoruileal at gmail.com
Fri Dec 8 13:23:40 EST 2017


Hello Ned,

See the scaling options at:
https://www.coin-or.org/Ipopt/documentation/node43.html
The default is "gradient-based".

You can change that by specifying an option with something like:
_app = new Ipopt::IpoptApplication();
_app->Options()->SetStringValue("nlp scaling method", "none");

Best regards,
João Leal

2017-12-08 15:34 GMT+00:00 Nedialkov, Ned <nedialk at mcmaster.ca>:

>
> Hi All,
>
> It seems hard to figure out if the C/C++ version of IPOPT does any
> automatic scaling of the variables.
> This was ISCALE 3 and 4 in the Fortran version.
>
> So my question is, is there any automatic scaling of variables, and if
> not, is there a way to
> turn such a feature on?
>
> Regards,
> Ned Nedialkov
>
>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> https://urldefense.proofpoint.com/v2/url?u=https-3A__list.
> coin-2Dor.org_mailman_listinfo_ipopt&d=DwICAg&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=vlmZ9i1PCiZFrM1YIBUNIWmP_
> CofX4eP3FxRxcBevUU&m=yzpoXJfrGg5gZ-615WUqaIRlpGW6NQlbz3beay2OtHY&
> s=PoGEp-pVR_pakD-B1e1WxIHdsIaLMzKZlCHMFqvSgB8&e=
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://list.coin-or.org/pipermail/ipopt/attachments/20171208/987075cc/attachment.html>


More information about the Ipopt mailing list