Felix Schmidt
Energy Systems/OR - DIW Berlin
- 合計アクティビティ 7
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 1
- サブスクリプション 1
アクティビティの概要
Felix Schmidtさんの最近のアクティビティ-
Felix Schmidtさんがコメントを作成しました:
Thank you!
-
Felix Schmidtさんがコメントを作成しました:
Hi David, thank you very much. Best Felix
-
Felix Schmidtさんがコメントを作成しました:
I have created a reproducible example here: Solver-specific callback for custom termination rule for LP Barrier using Gurobi and JuMP - Specific Domains / Optimization (Mathematical) - Julia Progra...
-
Felix Schmidtさんがコメントを作成しました:
Edit: I managed to implement the custom stopping criterion and retrieve the associated primal objective value. But since the TerminationStatusCode is INTERRUPTED and not USERLIMIT I cannot retrieve...
-
Felix Schmidtさんが投稿を作成しました:
Callback for customized stopping rule based on Barrier dual bound for LP in Julia
回答済みHi, I am trying to create a callback function that allows me to stop a Barrier algorithm for a linear program prematurely based on some predefined threshold for the dual bound. In a larger decompos...