SAKIR KARAKAYA
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
投稿
SAKIR KARAKAYAによる最近のアクティビティ-
Calculation of norm of a constraint in a relaxed problem
回答済みHi. I'd like to add the L2 norm of two constraint sets to the objective function of my augmented lagrangean relaxed model, e.g., L2 norm of llAx-bll+llBy-cll. I tried to use norm(Ax-b, 2), but it d...
-
Maximum of two values
回答済みHi. In my model coded in Python, after getting the optimal values of some variables, I built a mathematical expression to get a number, i.e. for i in I: y[i] = max(0, y[i-1]+ a*z[i-1]) Here z[i...