Thanh Phong Pham
- 合計アクティビティ 8
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Thanh Phong Phamさんの最近のアクティビティ-
Thanh Phong Phamさんがコメントを作成しました:
Hello Jaromil, It is a good suggestion. Thank you for supporting me! Best regards, Phong
-
Thanh Phong Phamさんがコメントを作成しました:
Thank you! Does re-scaling input x means doing some manipulation on x (for example times x with a very big number)? Best regards, Phong
-
Thanh Phong Phamさんがコメントを作成しました:
I see. So for example, if the function ln(x) I want to approximate starts from 1e-20, does Gurobi actually takes 1e-20 as a starting point, or it will take some thing like 1e-5? Best regards, Phong
-
Thanh Phong Phamさんがコメントを作成しました:
Hi Jaromil, Thank you for the explanation. I just have one last question. For the dynamic PWL, I don't have any control over the FuncPieceError right? Is there any default settings of dynamic PWL a...
-
Thanh Phong Phamさんがコメントを作成しました:
Hi Jaromil, Thank you for the suggestion, I used the new feature and it was very efficient. If I use the static piecewise-linear approximation, is there any way I can access the details about how m...
-
Thanh Phong Phamさんがコメントを作成しました:
Hello Jaromil, Thank you for replying to my request! The piecewise linear approximation I need to put in Gurobi model is of function ln(x). Since x cannot take 0 as a starting point, I need to set...
-
Thanh Phong Phamさんが投稿を作成しました:
Problem with gurobi default setting for piecewise linear function
回答済みHello, I'm using this piecewise linear function in gurobi. for i in range(N+1): for k in range(M): m.addGenConstrPWL(q[i,k],u[i,k],u_axis_x,u_axis_y) for k in range(M):...