Skip to content

SSPS: August 2020

Latest
Compare
Choose a tag to compare
@dpmerrell dpmerrell released this 12 Aug 19:24
· 18 commits to master since this release
7068d86

New in this release:

  • A --resume-sampling argument. This allows you to resume a Markov chain from a past session. So if you don't achieve convergence in your first attempt, you can continue collecting samples without having to start all over again.
  • We enable multithreaded parallelism with a --multithread flag. This parallelizes each step of the Markov chain and allows SSPS to accumulate more samples in less time.