Random overrides #2446
Unanswered
maxfrei750
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Hydra's sweeper plugins have some random choice functionality. See e.g. Optuna Sweeper range override. |
Beta Was this translation helpful? Give feedback.
1 reply
-
There is a shuffle command which gets close but does not offer what you are after. Maybe an additional command to select a sublist would be sufficient here.
Maybe a better solution would be to add the ability to produce a subset of the output in shuffle.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The extended override syntax offers a range of options, yet I'm missing a random choice option. Something like
which would give me 5 entries from the range [0, 9]. Is there a workaround?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions