-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Re-enable BlackBoxOptim test #111
Comments
Since upgrading to Julia 1.6 and updating packages too, I get this warning:
I guess this is related to this issue? GalacticOptim is on 1.1.0 and BBO on 0.5.0. |
Yeah we need to get in touch with @robertfeldt to fix this. There hasn't been a tag on it since 2019 so the released version doesn't quite work. I would be happy to help out and keep it maintained because I love the library, but as is it just won't run. |
Yes, I'm getting back to this lib more now. Will fix shortly. Master should be fine so will release that and delay other planned changes for now. |
The warning about |
I'm back to working on BBO, and recently released 0.6.0, so if there is something you need in relation to this please share. @ChrisRackauckas @jonasmac16 There are some known issues (like multi-threading support) being worked on but I'd like BBO to play nice with GalacticOptim. 0.6.0 supports giving an initial candidate solution but very limited testing as of yet so feedback welcome. |
I think a batch interface for caller-side parallelism would be the main thing. |
Thanks @ChrisRackauckas. I plan to do the API similar to Cubature.jl as you proposed previously. If you have other/better ideas please share. |
That would be perfect. |
Right now it needed to be disabled since that package is completely unmaintained. Hopefully it comes back, in which case it can be re-enabled. It might be a good idea to fork it.
The text was updated successfully, but these errors were encountered: