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
I'm also mentioning this because each SeedSequence can spawn Generator objects and I'm not sure if this would break our code if we were to use their recommended strategy for seeding parallel processes.
@ColCarroll mentioned that we might want to be more careful with how we seed different chains/processes. Right now this is our default:
pymc/pymc/sampling.py
Line 453 in 52a126d
Whereas this seems to be the NumPy recommended strategy: https://numpy.org/doc/stable/reference/random/parallel.html#seedsequence-spawn
I am not sure if this also applies to other places where we create seeds such as in
pymc/pymc/model.py
Line 965 in bdd4d19
The text was updated successfully, but these errors were encountered: