
Thanh Phong Pham
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Thanh Phong Pham-
Thanh Phong Pham commented,
Hello Jaromil, It is a good suggestion. Thank you for supporting me! Best regards, Phong
-
Thanh Phong Pham commented,
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 commented,
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 commented,
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 commented,
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 commented,
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 created a post,
Problem with gurobi default setting for piecewise linear function
AnsweredHello, 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):...