-
Notifications
You must be signed in to change notification settings - Fork 2
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
Join trials? #1
Comments
Because of differences between how Python and R implement iterables, this is somewhat fiddly. Here is a corresponding MWE:
Notes:
If you get parallelization working, please let me know what strategy you take. I would be curious if there are any interactions between the EDIT: I think the above is ugly, so I've posted this question on SO as well - https://stackoverflow.com/questions/65312460/concatenate-two-python-objects-using-reticulate |
I'm interested in using this package to perform a parallel search and then join trials. This is demonstrated here in native python/hyperopt.
Would you have any time to demonstrate trials joining in the hopticulate wrapper? Joining an arbitrary number of trials would also be helpful.
The text was updated successfully, but these errors were encountered: