Xiaoyu Shan
- 合計アクティビティ 9
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 3
アクティビティの概要
Xiaoyu Shanさんの最近のアクティビティ-
Xiaoyu Shanさんが投稿を作成しました:
Gurobi R positive semidefinite matrix
Hi, I am solving a quadratic integer programming problem with Gurobi min x'Qx where Q = A'A, which mathematically should be positive semidefinite. In practice, however, sometimes gurobi R interf...
-
Xiaoyu Shanさんが投稿を作成しました:
quadratic quotient programming
回答済みCan Gurobi solve integer programming whose objective function is in the form of quadratic quotient? e.g. min x'Qx/x'Px, where x's are binary, P and Q are positive semidefinite.
-
Xiaoyu Shanさんがコメントを作成しました:
This is very helpful. Thanks!!
-
Xiaoyu Shanさんがコメントを作成しました:
I think I conceptually got it but find it hard to write codes for introducing new auxiliary variables. So now the problem becomes min(x'Qx-c'x), s.t. x=mz, z = 0 or 1, 0=<m<=2 (2 for instance), rig...
-
Xiaoyu Shanさんがコメントを作成しました:
Thanks for the comment! What if the value of m is also unknown? i.e., m is also an unknown variable that I need to find out with optimization?
-
Xiaoyu Shanさんが投稿を作成しました:
binary programming for 0/m instead of 0/1 variables
回答済みHi, I'm using Gurobi to solve an optimization problem min(x'Qx-c'x), where x is a vector that I need to figure out. Each element in x should be either 0, or some real number m, for example x = [0,m...