Skip to main content

Is there a way to fix a parameter value when using the automatic tuning tool?

Answered

Comments

3 comments

  • Marika Karbstein
    Gurobi Staff Gurobi Staff

    You can fix parameters using the command line tuning tool via

    grbtune PreQLinearization=0 model.mps

    see Command-Line Tuning.

    0
  • Jack Keefer
    Gurobi-versary
    Curious
    First Comment

    Hello,

     

    Thank you very much for your reply. I was able to successfully being tuning with the gurobi_cl interface, and was able to set a baseline parameter "NonConvex=2". However, when I use the command:

    grbtube PreQLinearization=0 NonConvex=2 model.mps

    it will begin tuning. However, it will only set "NonConvex=2" and will give me the message: 

    Set parameter NonConvex to value 2
    Unknown parameter: 'PreQLinearization' (ignored)


    Do you know why it would not recognize this parameter in the command line interface/what I could do differently? Thank you again!

    0
  • Simranjit Kaur
    Gurobi Staff Gurobi Staff

    Hi Jack,

    There is no Gurobi parameter called PreQLinearization. You probably want to set PreQLinearize=0.

    Best regards,
    Siman

     

    0

Please sign in to leave a comment.