Rohan Bhatia

  • Gurobi-versary
  • First Comment
  • First Question
  • 合計アクティビティ 9
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 1
  • サブスクリプション 3

アクティビティの概要

Rohan Bhatiaさんの最近のアクティビティ
  • Rohan Bhatiaさんが投稿を作成しました:

    Save incumbents as the solver runs

    回答済み

    Is there a way for Gurobi to save all of the incumbents as it runs? I'm trying to understand the 'overfitting' in ILP solvers just like this paper does for Bayesian Optimization: https://arxiv.org/...

  • Rohan Bhatiaさんが投稿を作成しました:

    Complexity of using the max constraint

    回答済み

    I have a few gurobi boolean/indicator variables \(x_{i} \forall i \in (1,\dots,n)\). I have to compute the following variables \(X_{\text{first}}\) and \(X_{\text{last}}\) based on which \(x_i\)'s ...

  • Rohan Bhatiaさんがコメントを作成しました:

    Hi Eli, It worked! Thanks! Rohan

  • Rohan Bhatiaさんがコメントを作成しました:

    Hi Eli! Thanks for the comment. Actually, the model contains all the variables when I'm calling model.read. I'm calling it just before model.optimize(). Could there be any other reasons for this e...

  • Rohan Bhatiaさんが投稿を作成しました:

    GurobiError: No variable names available to index

    回答済み

    While trying to use model.read(path_to_mst_file) in gurobipy, I get the following error:   File "model.pxi", line 1537, in gurobipy.Model.read GurobiError: No variable names available to index   Ho...