You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While CBC has easy-to-pass parameters for early stopping, the default solver is Gurobi, when it is available, and I'd also like to pass in early stopping parameters to the gurobi solver. Can you give a brief python code example of how to do this? For instance, how to modify m.optimize()?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
While CBC has easy-to-pass parameters for early stopping, the default solver is Gurobi, when it is available, and I'd also like to pass in early stopping parameters to the gurobi solver. Can you give a brief python code example of how to do this? For instance, how to modify m.optimize()?
Example gurobi parameter:
https://www.gurobi.com/documentation/10.0/refman/python_parameter_examples.html#PythonParameterExamples
Beta Was this translation helpful? Give feedback.
All reactions