Solver stop conditions

Dear all,

I am using BARON + GAMS to solve a MINLP problem. I would like to stop the solver if the objective function does not change for a given interval of time or number of iterations. How can I do?

Thanks very much. Best,
Luca

Hi,

The Baron options DeltaTerm, DeltaT, DeltaR, DeltaA seem to be what you are looking for: https://www.gams.com/latest/docs/S_BARON.html#BARON_Termination

I hope this helps!

Fred