noisyopt icon indicating copy to clipboard operation
noisyopt copied to clipboard

Allow parallel function calls

Open thomasahle opened this issue 4 years ago • 2 comments

Is there a way to run the objective function in parallel? Ideally something like the "ask and tell" interface to skopt: https://scikit-optimize.github.io/auto_examples/ask-and-tell.html

thomasahle avatar Feb 09 '20 21:02 thomasahle

Adding some functionality of this sort sounds like a great idea! Would be happy to accept a pull-request implementing such an interface. Unfortunately currently this is not implemented.

andim avatar Feb 10 '20 07:02 andim

Would this pattern work? No change to the optimization code required. https://github.com/microprediction/humpday/blob/main/Embarrassingly_SHGO.ipynb

microprediction avatar Nov 20 '20 14:11 microprediction