I'm hoping to use PTMCMCSampler in a production-quality scientific application, where repeatability is important for error diagnosis and / or for peer review. I see that repeatability hasn't been specifically documented yet in the GitHub repo, so very likely I've missed something in my attempts to make results repeatable across (seeded) runs.
My tests imply I've either missed something in my attempts to seed random number generators for PTMCMCSampler, or that multi-chain runs aren't currently repeatable. I've attached results from my tests, using a similar test environment to that used in #23. My new branch has instructions updated to avoid the errors discussed in that ticket, which shouldn't be a factor here.
Using my current code, tests based on PTMCMCSampler's "simple" notebook are repeatable using a single chain, but are not repeatable across runs using more than one chain. My suggestion is to at least document the current repeatability status to save others from the need for similar work, or ideally, to correct either A) my assumptions or B) any repeatability errors in the library.
Thanks so much for your work and attention!
I'm hoping to use
PTMCMCSamplerin a production-quality scientific application, where repeatability is important for error diagnosis and / or for peer review. I see that repeatability hasn't been specifically documented yet in the GitHub repo, so very likely I've missed something in my attempts to make results repeatable across (seeded) runs.My tests imply I've either missed something in my attempts to seed random number generators for
PTMCMCSampler, or that multi-chain runs aren't currently repeatable. I've attached results from my tests, using a similar test environment to that used in #23. My new branch has instructions updated to avoid the errors discussed in that ticket, which shouldn't be a factor here.Using my current code, tests based on
PTMCMCSampler's "simple" notebook are repeatable using a single chain, but are not repeatable across runs using more than one chain. My suggestion is to at least document the current repeatability status to save others from the need for similar work, or ideally, to correct either A) my assumptions or B) any repeatability errors in the library.Thanks so much for your work and attention!