coin-or/Ipopt

Stopping optimization in debug mode

Leersmaekers opened this issue · 2 comments

I have an issue running Ipopt in debug mode. Somehow, after a normal function evaluation, Ipopt terminates with the message:

EXIT: Stopping optimization at current point as requested by user. (not asked to stop at the current point!)

If I run exactly the same program in release mode, there are no issues.

I'm not sure if the ipopt.out file will be helpful, but I attached it to be sure.

ipopt.txt

The exit message should only come if the intermediate callback returns false.
Maybe you implemented that callback, but forgot a return statement.

Closing as could not reproduce, and no answer from reporter.