automl / DACBench

A benchmark library for Dynamic Algorithm Configuration.
https://automl.github.io/DACBench/
Apache License 2.0
27 stars 15 forks source link

Improve FD port selection #18

Open TheEimer opened 3 years ago

TheEimer commented 3 years ago

Currently ports are altered randomly for parallel execution. That's not a good idea and should be solved in a different way.

TheEimer commented 3 years ago

Ideally we would actually rework FD and use piping

maximilianreimer commented 3 years ago

Should be fixed in https://github.com/automl/DACBench/commit/aad84d27e5d62a40b5bd9dce50fdd6f142857d72 @TheEimer could please you try if it's working in the scenarios it was not before?