In terms of performance tuning, there are three types of parameters:
- termination criteria,
- tolerance values, and
- algorithm behavior.
For termination criteria such as MIPGap or tolerance values such as IntFeasTol, Gurobi parameters should correspond closely to those from other solvers.
However, in terms of algorithm behavior, it is generally best to start with default values, since default values in Gurobi have been tested to be fast and robust across a wide variety of models.
Further information
- Parameters table in the Reference Manual
- Parameter Guidelines in the Reference Manual
Comments
0 comments
Article is closed for comments.