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.