-
Notifications
You must be signed in to change notification settings - Fork 21
Discontinuous function optimisation #56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, I'm glad you like the package! Unfortunately interval methods cannot handle functions with conditionals in, and handling constraints is indeed non-trivial (work in progress). For discontinuous functions you can use the That would be good to add to |
Cool, thanks for the suggestion. Really excited for the constraint handling work. Is there a branch I can follow to learn more or is it still private? |
There have been a couple of attempts and even PRs, but I think they've all been flawed. I showed that a bit at the end of this presentation: But it turns out to be harder than you would think, unfortunately. It's something we're, let's say, thinking about actively-ish ;) |
I see. Thanks for the link. If this effort goes further, I would be happy to give it a spin then :) |
Hi! Let me start by saying thanks for this great package! I tried the following discontinuous function optimisation where the optimal solution is on the edge of the discontinuous function. However, the output of
minimise
seems wrong:Any idea if there is a way to fix this? If this works, constraints can be trivially modeled with this discontinuous approach.
The text was updated successfully, but these errors were encountered: