I am using YALMIP to formulate a MILP model, using Gurobi to solve the model.
However, the convergence speed of the model is too slow. I have to find the way to adjust the parameters of the Gurobi while it is solving the problem
(e.g. If the Gap (the relative gap between the best known solution and the best known bound) reach a certain value, stop solving, adjust the parameter, then go back and go on solving).
Is that possible with YALMIP? If the answer is YES, how?