Yanbo Fan
- 合計アクティビティ 65
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 11
アクティビティの概要
Yanbo Fanさんの最近のアクティビティ-
Yanbo Fanさんがコメントを作成しました:
Hi Jaromił, Thank you again for your help and detailed reply. it is currently not possible in Gurobi to reformulate the function f(x)=log(1+1x)f(x)=log(1+1x) in a way that the model remains con...
-
Yanbo Fanさんがコメントを作成しました:
Hi Jaromił, With your help, I have solved most of the problems I have encountered before. Thank you very much. Nonlinear equality constraint, such as z1⋅z2=100 already define a nonconvex set. I ...
-
Yanbo Fanさんがコメントを作成しました:
Hi Jaromił, Due to some personal reasons, I'm sorry to reply to you for so few days llate. How do you make sure that your algorithm converges to the correct global maximum? In introducing this ...
-
Yanbo Fanさんがコメントを作成しました:
Moreover, I found that in the calculation process, there will always be warnings about the following restrictions. Is there a better way to express the relationship between decision variables q and...
-
Yanbo Fanさんがコメントを作成しました:
This is the code of CVX. import cvxpy as cpimport numpy as npimport mathK = 4s = np.array([[-150, -150, 0], [-150, 150, 0], [150, -150, 0], [150, 150, 0]])R_r = 0def cvx_demo(ipc): ir = [None] *...
-
Yanbo Fanさんがコメントを作成しました:
Hi, Jaromił After several days of debugging, although I can get a result through the model, I have different results when I split the model and calculate separately, which leads me to doubt the cor...
-
Yanbo Fanさんがコメントを作成しました:
Hi Alison, Okay! Thank you very much for your help! Best regards, Yanbo
-
Yanbo Fanさんがコメントを作成しました:
Hi Jaromił, I set FeasibilityTol to 1-e8. As you think, the tolerance violation warning still exists, but the quality of the solution has been improved. But there is also the problem that the opti...
-
Yanbo Fanさんがコメントを作成しました:
Hi Jaromił, After several days of debugging, I have made great progress with your help. The following is a supplement to my previous answer. The first is the version of gurobi I use. And then, I...
-
Yanbo Fanさんがコメントを作成しました:
Hi Jaromił, Maybe I didn't express it clearly. I mean that the last iteration process can converge to get the final result of the current iteration, but the whole iterative algorithm is not converg...