I am solving a nlp using barons, I tried restricting the number of iterations to a fixed value like 100.
I am sending my problem to neos and it always solves problem to optimality.
I am adding the following code to restrict iterations
$onecho > baron.opt
MaxIter 100
$offecho
How can I restrict the number of iterations?
Thanks!