evhub / bbopt

Black box hyperparameter optimization made easy.
Apache License 2.0
75 stars 8 forks source link

[FEATURE]: Run Id should be available in a process #16

Closed themasterlink closed 3 years ago

themasterlink commented 3 years ago

While using bbopt each run process has its own run id, which is not available during each run.

It would be awesome if the run id can either be accessed via the BlackBoxOptimizer object or via an environment variable, which has to be then set for each process.

evhub commented 3 years ago

@themasterlink Thanks for the issue! This should now be available as bbopt.run_id on bbopt>=1.3.7.