I’ve been investigating the various options for (globally optimal) MINLP in Julia, and ANTIGONE looks like a nice option. I’m curious if anyone has any experience using it from Julia.
At first glance, it looks like this will be difficult, as ANTIGONE appears to only support GAMS models, and I can’t find any JuMP-GAMS interface. It also looks like converting from .nl to GAMS is nontrivial. NEOS does support ANTIGONE, but only through GAMS file uploads, which seems like it doesn’t resolve the issue.
Am I missing anything? Any suggestions on the best path forward?
Or, perhaps, what is your favorite MINLP solver? So far on my list I have:
COUENNE: easy to use, compatible with JuMP, but appears to perform poorly
SCIP: also compatible with JuMP, but haven’t evaluated its performance
BARON: compatible with JuMP, but expensive. Currently waiting for a license
Yes, this is officially supported. However, it’s still at an early stage and we are very busy with testing. Thanks very much for the offer, I will very probably come back to that. If you have any suggestions for improvements or feature requests, simply create an issue. We are more than happy to hear your feedback!
JuMP/MOI’s current support for NLP is second-class. We hope to make significant improvements over the next 12-24 months.
You can join: JuliaOpt/JuMP-dev - Gitter. We also hold monthly development calls. The next is June 26. If you’re interested, ask @mlubin on the Gitter channel for an invite. I’m sure we’d all be interested to hear the challenges interfacing JuMP with GAMS.