
Grace Jia
- 合計アクティビティ 6
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 2
アクティビティの概要
Grace Jiaさんの最近のアクティビティ-
Grace Jiaさんがコメントを作成しました:
Hi Simon, I hope you enjoyed a wonderful holiday break. As I'm waiting for my university's decision to obtain an academic license, I have a follow-up question. Is it possible to incorporate the grb...
-
Grace Jiaさんが投稿を作成しました:
Academic License for super computing clusters
回答済みHi, I'm working on a project using our university's 3rd generation HYAK cluster (called "KLONE"). I first obtained an academic license under host ID "A". When I ran my MINLP model, I was assigned ...
-
Grace Jiaさんがコメントを作成しました:
Hi Jaromił, Thanks for your reply! I implemented what you suggested, and it worked. There are some follow-up questions after seeing the output message. 1. my Q matrix is not positive semi-definite,...
-
Grace Jiaさんが投稿を作成しました:
Nonlinear constraint with two variables multiplied together and raised to some power
回答済みHi there, My optimization problem has the following non-negative variables: V = model.addVars([i for i in range(0,4)], lb = 0, vtype = gp.GRB.CONTINUOUS) S = model.addVars([(i,s) for x in range(0,4...