You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
for reproducibility, it would be good to allow seeding of the config space used for the DEHB or PBT sweeper. I believe this was originally supposed to be supported since the function
LabChameleon
changed the title
Allow Seeding the ConfigSpace (Improvement)
Allow Seeding the ConfigSpace and Optimization Algorithm (Improvement)
Nov 27, 2023
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
for reproducibility, it would be good to allow seeding of the config space used for the DEHB or PBT sweeper. I believe this was originally supposed to be supported since the function
how-to-autorl/hydra_plugins/utils/search_space_encoding.py
Line 35 in da9ecf8
how-to-autorl/hydra_plugins/hydra_dehb_sweeper/dehb_sweeper_backend.py
Line 141 in da9ecf8
Additionally, I added seeding the numpy random generator. For DEHB this is necessary to seed the differential evolution backend.
See PR #21
The text was updated successfully, but these errors were encountered: