I am optimizing a large MINLP with sometimes as high as (30 * 30) binary variables. I have no time constrain and wish to get the best answer the solver can come up with.
But the solver terminates before a solution is reached claiming the max_interations have been reached. How to set max_iterations over 10,000.
Also if the max_iterations have been reached , how can I extract the best solution that has been discovered till now ?
Thanks in advance. Also Prof John D.Hedengren thanks for the previous answer