SAKIR KARAKAYA
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
SAKIR KARAKAYAさんの最近のアクティビティ-
SAKIR KARAKAYAさんがコメントを作成しました:
Dear Jonasz, Yes, it worked. Thank you so much. Best regards. Sakir.
-
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...
-
SAKIR KARAKAYAさんがコメントを作成しました:
Hi, Thank you so much for your quick response. The equation I shared is not a constraint. After solving the constrained optimization model, I'd like to make a straightforward mathematical operation...
-
SAKIR KARAKAYAさんが投稿を作成しました:
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...