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
Alternatively, we could also provide each strategy with a random.Random object (or numpy's np.random.Generator) on initialization, such that we can assure that each strategy does not depend on the global rng.
It would be convenient to have the option to pass a fixed seed to the random search strategy.
The text was updated successfully, but these errors were encountered: