Shadi Beheshti

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

アクティビティの概要

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

    Heuristic solution for continuous and binary variables

    回答済み

    Good day.  I am solving optimization problem by Gurobi. In the first case, I defined variables as binary using the following command: x = [model.addVar(vtype=gp.GRB.BINARY, name="x%s" % i) for i in...

  • Shadi Beheshtiさんがコメントを作成しました:

    Good day, I would like to save the Gaps (16.1, 12.5, 2.86)that I get in the output log: Nodes | Current Node | Objective Bounds | Work Expl Unexpl | Obj Depth IntInf | In...

  • Shadi Beheshtiさんが投稿を作成しました:

    How to print the cost function in every step of optimization in Gurobipy?

    回答済み

    I am going to plot cost function (feval) in terms of iterations in Gurobipy? Could you please help me how to do that? The code is in the foolowing: import gurobipy as gpgurobipy_model = gp.Model("g...