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 want to replace the Mersenne Twistor with the much better PCG generator. I tried setting .random_state on the EnsembleSampler and rstate0 on the run_mcmc call, but I always get "MT19937" when I call the random_state property on the output object.
The text was updated successfully, but these errors were encountered:
The open pull request #376 adds this support but it's still a work in progress. You could follow that PR for updates or see if you could see how to push it over the line!
General information:
Problem description:
emcee does not seem to support the new Numpy random number generators.
https://numpy.org/doc/stable/reference/random/generator.html#numpy.random.Generator
I want to replace the Mersenne Twistor with the much better PCG generator. I tried setting
.random_state
on the EnsembleSampler andrstate0
on therun_mcmc
call, but I always get "MT19937" when I call therandom_state
property on the output object.The text was updated successfully, but these errors were encountered: