How to use the parameter tuning tool in R ?
AnsweredDoes anyone know how to use parameter tunning tool to search for improved parameter settings for a model in R ? I could'nt find any information anywhere? Thank you
0
-
Official comment
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
There is no API access to the parameter tuning tool from within R, but you can use the command line tool 'grbtune'. To do so, export your model to a file using the gurobi_write function, and use the resulting file as input for 'grbtune'.
0
Post is closed for comments.
Comments
2 comments