Runqing Zhao
- 合計アクティビティ 14
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 2
- サブスクリプション 3
投稿
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, ...
-
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...
-
"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 ...