Runqing Zhao
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
アクティビティの概要
Runqing Zhaoさんの最近のアクティビティ-
Runqing Zhaoさんがコメントを作成しました:
Hi Silke, Sorry for my unclear description. I don't need to change the objective function. I just want to calculate the objective value when only the demand in my model is changed. Let me try to ...
-
Runqing Zhaoさんが投稿を作成しました:
How to test the performance of an optimal solution on different scenarios?
I want to change the value of my basic setting after I have got a optimal solution, to test the performance of the optimal solution in different scenarios. I mean: I use Gurobi to solve a model, ...
-
Runqing Zhaoさんがコメントを作成しました:
Hi Eli, Your suggestion works well. Thank you very much! Runqing
-
Runqing Zhaoさんがコメントを作成しました:
Thank you very much for you help! I have solved this problem by your solution. ------------------------------------------------------- I just come up with another question: I wanna print the sum of...
-
Runqing Zhaoさんがコメントを作成しました:
x is a variable in my model
-
Runqing Zhaoさんが投稿を作成しました:
How to print the value of Vars within a solution?
回答済みmy objective function is: m.setObjective(x.prod(cost) + y.prod(trip)) now when I finish m.optimize(), I want to get the value of term x.prod(cost), but when I print that, the result just shows an e...
-
Runqing Zhaoさんがコメントを作成しました:
Thank you very much. I've solved this probelm through this.
-
Runqing Zhaoさんがコメントを作成しました:
Hi, Because Gurobi is installed through Anaconda Prompt, and there isn't any Prompt in each environment, I cannot install Gurobi for a particular environment. There is only one Anaconda Prompt sta...
-
Runqing Zhaoさんが投稿を作成しました:
"no module name 'gurobipy'" in newly created anaconda environment
回答済みI've downloaded the latest anaconda, where there is a Spyder 3.3.6 in the basic environment; and then I created a new environment to install the spyder 4.0.0. When I use the two different versions ...