Cycling in Ipopt #745
Replies: 2 comments
-
I could imagine that this is caused by changing the line search method from filter to cg-penalty. Probably a filter method is better in avoiding cycling, since it looks at objective value and infeasibility separately. The docu says Only the "filter" choice is officially supported. I suppose cg-penalty is not much tested. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the answer. Actually, the filter option, for my case, led to infeasibilities. But thanks for the comment. I wil maked this issue as closed, till I get a better understanding of the root cause. Regards. |
Beta Was this translation helpful? Give feedback.
-
Hello folks!
This question was also place in another forum (https://or.stackexchange.com/questions/11666/cycling-in-ipopt).
I am running a QCQP model in the following setup
With the following Ipopt header.
And the following iteration log.
Note that, the first 30 log entries keep repeating. In my execution, this behaviour keeps up for hours. Unfortunately, I am too naive in the realms of Interior Point Methods (IPM), thus I am not that keen in what regards conjecturing the possible reason for this. I would like to know if someone has any suggestion of what may be the reason.
By the way, the inputted problem is feasible.
Thanks and regards.
Beta Was this translation helpful? Give feedback.
All reactions