automl / DEHB

https://automl.github.io/DEHB/
Apache License 2.0
71 stars 16 forks source link

Implement parallel DE #68

Open Bronzila opened 10 months ago

Bronzila commented 10 months ago

Currently we only support to run DEHB in parallel, while DE can only be run with a single worker.

It would be a nice addition to also implement the parallel setup for DE, so that our library supports both parallel DEHB and DE.