Skip to content

Error in choose_leaf results in very inefficient tree exploration #12

@Azureuse

Description

@Azureuse

For second phase of two-phase exploration the goal is to choose the leaf with the "best bound". We are performing a minimisation problem and therefore the best lower bound is the smallest one - argmax should be argmin.

https://github.com/oxfordcontrol/miosqp/blob/master/miosqp/workspace.py#L145

Replacing it reduces the number of iterations in my problems substantially (over 100x)!

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