Parameter tuning tool

When confronted with the task of choosing parameter values that might lead to better performance on a model, the long list of Gurobi parameters may seem intimidating. To simplify the process, we include a simple automated parameter tuning tool. From the interactive shell, the command is tune:

gurobi> m = read('misc07')
gurobi> m.tune()
The tool tries a number of different parameter settings, and eventually outputs the best ones that it finds. For example:
Tested 12 parameter sets in 47.77s

Baseline parameter set: runtime 2.39s

Improved parameter set 1 (runtime 1.72s):

        RINS 0
In this case, it found that setting the RINS parameter to 0 for model misc07 reduced the runtime from 2.39s to 1.72s.

Note that tuning is meant to give general suggestions for parameters that might help performance. You should make sure that the results it gives on one model are helpful on the full range of models you plan to solve. You may sometimes find that performance problems can't be fixed with parameter changes alone, particulary if your model has severe numerical issues.

Tuning is also available as a standalone program. From a command prompt, you can type:

> grbtune c:\gurobi560\win64\examples\data\p0033
Please consult the Automated Tuning Tool section of the Gurobi Reference Manual for more information.

Try Gurobi for Free

Choose the evaluation license that fits you best, and start working with our Expert Team for technical guidance and support.

Evaluation License
Get a free, full-featured license of the Gurobi Optimizer to experience the performance, support, benchmarking and tuning services we provide as part of our product offering.
Academic License
Gurobi supports the teaching and use of optimization within academic institutions. We offer free, full-featured copies of Gurobi for use in class, and for research.
Cloud Trial

Request free trial hours, so you can see how quickly and easily a model can be solved on the cloud.

Search