IPOPT scaling

Solver related questions
Post Reply
Francisco.Patrocinio
User
User
Posts: 15
Joined: 4 years ago

IPOPT scaling

Post by Francisco.Patrocinio »

Hi all,

I have a question: IPOPT returns me this:
imagem.png
Well I have initialized the variables with a plausible, but random value. Is there anyway to circumvent the problem in the figure?
User avatar
bussieck
Moderator
Moderator
Posts: 1038
Joined: 7 years ago

Re: IPOPT scaling

Post by bussieck »

You should find out why IPOPT can't evaluate the input point. Some solvers don't like gradients that are too large. Usually GAMS already complains if you have a truly bad input point that can't be evaluated (at least for the function evaluation and to some extent for the gradient). IPOPT works also with second order information. Perhaps, the error happens when IPOPT tries to evaluate the Hessian...

-Michael
Post Reply