
Matin Amoozadeh Kozani
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Matin Amoozadeh Kozaniさんの最近のアクティビティ-
Matin Amoozadeh Kozaniさんが投稿を作成しました:
Model optimization output is not correct
ユーザーの入力を待っています。Hello, I made an optimization model . my output is not correct because I have for example100 demands on all destination points and I made a constraint that the sum of unmet demands plus met demands...
-
Matin Amoozadeh Kozaniさんが投稿を作成しました:
How can I give weight to one of objective function in a multiple objective function?
ユーザーの入力を待っています。I am going to give the different amounts to alpha, but I do not know how should write in my Python. Min z=∑_jϵJ〖SVIj * rj 〗+α ∑_iϵI ∑_jϵJ〖PFij * xij 〗 how can I give different amounts inst...
-
Matin Amoozadeh Kozaniさんが投稿を作成しました:
GurobiError: Unsupported type (<class 'str'>) for LinExpr addition argument
ユーザーの入力を待っています。I have got this error, and I do not know what should I do. # constantsnumHub = len(C)numCensustracts =len(df['D'])#Set of hubs H=np.arange(0,numHub)# Set of census tracts CT=np.arange(0,numCens...