Replies: 1 comment
-
Log function objectives can be tricky for solvers to handle somethings if candidate solutions approach 0. You can try adding some bounds to your variables to see if that helps. The other thing to note is that Ipopt is a local solver, so it is not guaranteed to achieve the true (global) optimal solution for nonconvex problems. Hence you can try another nonlinear solver (https://jump.dev/JuMP.jl/dev/installation/#Supported-solvers), Alpine.jl might be a good open source choice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get
This solution is not correct.
Do I need to tweak the optimizer parameters to get a more precise answer? How?
Beta Was this translation helpful? Give feedback.
All reactions