I am solving a nasty, non-convex NLP. In some instances, Ipopt converges to a point of local infeasibility. For other problems, I observed that restarting Ipopt from such an infeasible solution can sometimes lead to an optimal solution.
The default behavior in GAMS is for the initial point to be the solution of the previous model solve, even if it is infeasible. When I try resolving with JuMP, I notice that the initial point is NOT updated if the previous model solve is infeasible. Is there an easy way to revert to the default GAMS behavior when using JuMP?
Best,
Alex