Yanbo Fan
- 合計アクティビティ 61
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 10
投稿
Yanbo Fanによる最近のアクティビティ-
Some problems about parameter selection and Max constraint violation exceeded tolerance
回答済みHi, I'm working on a maximization problem. Here is some information about my problem. From the information, I'm working on a QCP. In each optimization process, I will give a group of QC to obtain t...
-
About the assignment of decision variables
回答済みHi, When I was solving a problem, I found that my decision variables did not participate in the calculation in the optimization process, but I printed the variables in the calculation process and ...
-
Some questions about what I do to deal with the slow decline of gap value.
回答済みHi, I'm solving a problem. During the solver process, the gap value does not decrease at 0.03%. So I made the following operations. For these operations, I have the following questions. First, sin...
-
About constants affect optimization results
回答済みHi, I'm solving a simple optimization problem, the specific form can be expressed as MAX ∑∑ (-1 * norm(q[j] - s[k]) ** 2). Obviously, this is a convex optimization problem. About my question. ...
-
About Divisor must be a constant in iteration
進行中Hi, I'm solving a problem which is (1), MAX ∑ -1 * L [ k, j ] * L [ k, j ] L [ k, j ] = norm(q [ j ] - s [ k ]) In (1), only q is the decision variable. The (1) is obviously a convex proble...
-
About functions cannot reference array form arguments
回答済みHi, When I solved a problem, I found that gurobi could not recognize the array parameters from the main function. When solving, the array cannot be indexed. What can I do to pass array variables fr...
-
About the calculation speed
回答済みHi, I'm solving a maximum concave problem. It's calculation speed is very slow. This is the LP file of my model. When I simplify the model, the solution model contains the part about the decision ...
-
About the parameter input and output of iterative algorithm in gurobi
回答済みHi, I'm using gurobi to build an iterative algorithm whose input and output variables are matrices. I have successfully solved single problem with gurobi, but I can not use the optimal solution of...
-
About the Matrix subtraction in gurobi
回答済みHi, Can someone tell me how to express this constraint in gurobi? I didn't find a description in the API documentation. If you can help me, I will be very grateful to you. This is my constr. This...
-
About the gap does not decrease after optimization
回答済みHi everyone, I'm trying to solve a model. Max log2(1 + ∑ 1 / Xj), which Xj = ||q[j] - s[1]|| ** 2, (1<=j <=4) log2(1 + 1 / x) is convex with x and I can get the optimal solution which about MAX(log...