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
To use a random seed, the user has to both provide a random seed and set the randomize parameter in the config file to False. this should be changed so that randomize is False automatically if a random seed is provided.
# use random seed to create reproducible outcomes
if randomize is False:
np.random.seed(seed_value)
The text was updated successfully, but these errors were encountered:
To use a random seed, the user has to both provide a random seed and set the randomize parameter in the config file to False. this should be changed so that randomize is False automatically if a random seed is provided.
The text was updated successfully, but these errors were encountered: