-
Notifications
You must be signed in to change notification settings - Fork 277
Open
Description
Hi!
I'm looking into using RL to optimize the parameters of a MILP such to optimize the MILP for real world use. In this system the MILP is solved using branch and bound and then the solution is taken by a actor-critic model to optimize and create a policy. Currently i'm using a self implemented branch and bound algorithm but it is not robust and very simple. Therefore i'm looking into integrating a commercial solver to my program. However i need access to all information in the solution three. I.E pruned nodes, so to be able to create a stochastic policy. Is it possible to retrieve the entire search space/solution tree with all information intact?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels