Boli Chen
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Boli Chen-
Boli Chen commented,
Yes, you are right, I made mistake, although the initial guess x0 is pretty close to the optimal, the initial guess x0 is NOT fesible. By setting the FestibilityTol and OptimalityTol to 1e-9, the ...
-
Boli Chen commented,
Gurobi 10.0.1 (win64, Matlab) logging started Fri Jul 21 00:28:52 2023Set parameter OptimalityTol to value 1e-09Set parameter LogFile to value "output.log"Set parameter NonConvex to value 2Gurobi O...
-
Boli Chen commented,
I put "model.start = x0;" before "result = gurobi(model, params);" But it seems not working (slow and converged to the suboptimal), because x0 is feasible and pretty close to the optimal. By provi...
-
Boli Chen created a post,
Warm start of non-convex optimization problem
AnsweredI am using Gurobi to solve a quadratic problem with bilinear equality constrains in MATLAB. I want to provide a feaible initial guess x0 for the non-convex optimization, but I couldn't find a way t...