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

How can I disable Crossover in my specific case

回答済み

コメント

2件のコメント

  • Eli Towle
    • Gurobi Staff

    Note that you would set the Crossover parameter to 0 (not 1) to disable crossover.

    According to the GBOML documentation, you can add Gurobi parameters to a file named \(\texttt{gurobi.opt}\) (this is referenced in your screenshot), then pass that file to the GBOML command-line interface via \(\texttt{--opt gurobi.opt}\). In your case, the \(\texttt{gurobi.opt}\) file would contain the single line

    Crossover 0
    0
  • Houssem Eddine KAFI
    • Gurobi-versary
    • First Comment
    • First Question

    Thank you Eli Towle ! It works just fine ! 

    0

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