Skip to content

Next point suggestion with mixed-integer optimisation #548

@udicaprio

Description

@udicaprio

Hi all,

I see that mixed-integer optimisation has been allowed in the library. This is a very good improvement. Looking at the code, I see that the suggestion of the next point still happens with L-BFGS-B, which is meant for continuous optimisation. Is that the case? Or is there a part of the code I missed?

If so, I propose to implement something able to an optimiser able to deal with mixed-integer. I propose applying the differential evolution with L-BFGS-B refinement on the continuous variables algorithm that is implemented in scipy. However, I am open to suggestions.

Is this a wanted feature for this project? If so, I can work on the implementation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions