Hi everyone!
When reading the Knitro documentation I saw it could use a multi-start method to solver non-convex MINLP to global optimality even though it is a local solver. Is it possible to implement such a method in Julia with a local MINLP solver like Juniper (with NLP subsolver Ipopt) ? There is the MultistartOptimization.jl library but does it work with MINLP solver or only NLP solvers like NLopt (which is used as example in the documentation) ?
Thanks!