Skip to content

Full search tree information #1191

@Dalinator

Description

@Dalinator

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions