SHGO optimiser #1660
ben18785
started this conversation in
New methods
SHGO optimiser
#1660
Replies: 1 comment
-
Big fan of this if you can find someone to do it :D |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scipy has it and it seems to perform best out of their blackbox optimisers. A really good description of the method is here. I think it would be really valuable to have this as a method because,
The last point is useful because many people have proposed sampling methods for hopping between modes (see, for example, #492 #999 #964). All of these methods, however, require that the user has access to a good method for finding the modes in the first place. I think that SHGO could be really good at finding these modes as inputs to these methods.
This is mentioned in #684 but I thought it was worth including as a separate issue.
Beta Was this translation helpful? Give feedback.
All reactions