[Feature]: New sweep configuration method grid_shuffled
#9505
Labels
ty:feature
type of the issue is a feature request
grid_shuffled
#9505
Description
W&B's sweep enables specifying a sweep
method
. I personally usegrid
the most. However, one downside ofgrid
sweeping is that results are produced sequentially as determined by the order ofparameters
in the sweep. I would instead strongly prefer for the grid to be swept in random order for me to get a sense of the results before the sweep has completed.By analogy, I don't want a picture to fill in top-down or bottom-up; I'd rather the pixels appear in random order so I can get a sense of the overall structure of my results as the runs trickle in.
Suggested Solution
Create a
grid_shuffled
method that does a grid sweep albeit randomly permuting the order of the runs.The text was updated successfully, but these errors were encountered: