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

Number of QUBO variables

回答済み

コメント

2件のコメント

  • Vishwajeet Ohal
    • First Comment

    I am working on QUBO problems too. From what I saw, Gurobi may not perform as good as simulated annealing on larger problems. Of course, the performance depends upon the problem instance too, but I think in general it is slightly worse. 

    Though, the gap of almost 60% does seem surprising. How are you calculating the gap exactly?

    0
  • Matthias Miltenberger
    • Gurobi Staff Gurobi Staff

    You could try using a different setting of parameter PreQLinearize for QUBOs. This should help with larger models.

    The gap is computed as usual. It's just the relative difference between the incumbent solution value and the dual bound. You can read more here: MIPGap

    0

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