Xavier Nodet
-
Gurobi Staff
- 合計アクティビティ 31
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 18
アクティビティの概要
Xavier Nodetさんの最近のアクティビティ-
Xavier Nodetさんがコメントを作成しました:
With respect to “solving not just once”, you may be interested in some research avenue we are pursuing, where one defines a ‘parametric’ model and uses both ML and Optim to provide very good soluti...
-
Xavier Nodetさんがコメントを作成しました:
If the k-1 solution is truly a valid incumbent at L1, you would only spend time closing the lower bound, but it would also be feasible through L2 downwards, which would make my feature useless.I th...
-
Xavier Nodetさんがコメントを作成しました:
Dear Pol,At the end of your post, you wrote:your proprietary warm-starting approach is faster and more reliableI don't think there is anything specific in the way Gurobi solves multiobjective probl...
-
Xavier Nodetさんがコメントを作成しました:
Not a direct answer to your question, but are you aware that Gurobi 12 can handle nonlinear models and solve them to global optimality. This webinar presents how to do so in Python, and the documen...
-
Xavier Nodetさんがコメントを作成しました:
This section of the documentation refers to attributes, not parameters. Attributes are used "for querying and modifying properties of a Gurobi model", while "parameters control the operation of th...
-
Xavier Nodetさんがコメントを作成しました:
With Multi-Objective Environments, you can specify parameters for each optimisation pass in a multi-objective model. This is described at https://www.gurobi.com/documentation/11.0/refman/additiona...
-
Xavier Nodetさんがコメントを作成しました:
When I start to solve the file from https://drive.google.com/file/d/1sN2f3QfLpuFkjwrBT9knYejXJRosgxp2/view?usp=sharing, I get a different model fingerprint: 0xf11e235e vs 0xbf1c0f3c in your log. T...
-
Xavier Nodetさんがコメントを作成しました:
Dear Pablo, We're glad to read that NoRel helps on your models, and would be interested in looking at them, if you can share them. Some details about the NoRel heuristic appear at https://...
-
Xavier Nodetさんがコメントを作成しました:
You mentioned that your solution should be feasible. As stated at e.g. https://docs.gurobi.com/projects/optimizer/en/10.0/reference/java/callback.html#java-method-GRBCallback-useSolution, the value...
-
Xavier Nodetさんがコメントを作成しました:
Your understanding that "InfUnbdInfo will only take effects after finding the model is infeasible or unbounded" is correct. And you can see that the logs with both InfUnbdInfo values are similar u...