Felix Schmidt
Energy Systems/OR - DIW Berlin
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
Activity overview
Latest activity by Felix Schmidt-
Felix Schmidt commented,
Thank you!
-
Felix Schmidt commented,
Hi David, thank you very much. Best Felix
-
Felix Schmidt commented,
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 commented,
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 created a post,
Callback for customized stopping rule based on Barrier dual bound for LP in Julia
AnsweredHi, 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...