How parameters work
AnsweredHello,
I'm currently working on my thesis on route optimization. For that reason, can I find out more specifically what the following parameters do and how they work?
model.setParam('MIPFocus', 1)
model.setParam('Heuristics', 0.05)
model.setParam('Cuts', GRB.CUTS_AGGRESSIVE)
model.setParam('Presolve', 2)
0
-
Hi Khadija,
Kindly refer to the Parameters section in the Gurobi references manual to learn more about these parameters.
Best Regards,
-Ahmed0
Please sign in to leave a comment.
Comments
1 comment