メインコンテンツへスキップ

How to use the parameter tuning tool in R ?

回答済み

コメント

1件のコメント

  • Robert Luce
    Gurobi Staff Gurobi Staff

    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

サインインしてコメントを残してください。