-nan(ind) #564
Answered
by
svigerske
TheSimplyRed
asked this question in
Q&A
-nan(ind)
#564
-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
svigerske
Mar 22, 2022
Replies: 1 comment
-
Some computations lead to First try turning on option check_derivatives_for_naninf and make sure you use Ipopt 3.14. If that doesn't help, compile Ipopt with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
TheSimplyRed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some computations lead to
nan
.First try turning on option check_derivatives_for_naninf and make sure you use Ipopt 3.14.
If that doesn't help, compile Ipopt with
--enable-debug --with-ipopt-checklevel=2
(https://coin-or.github.io/Ipopt/INSTALL.html#CONFIGURE_FLAGS) and/or set a highprint_level
to maybe see which operations cause thenan
's.