Published August 29, 2019
| Version 0.4.5
Software
Open
C-bowman/inference-tools: 0.4.5 Release
Creators
Description
Added a new class
ParallelTempering
to theinference.mcmc
module which runs the 'parallel tempering' MCMC algorithm.ParallelTempering
uses Python'smultiprocessing
module to create separate, dedicated processes for each Markov-chain object involved in the parallel tempering algorithm, allowing the necessary computations for each object to take place in parallel if multiple CPU threads are available.
Files
C-bowman/inference-tools-0.4.5.zip
Files
(97.1 kB)
Name | Size | Download all |
---|---|---|
md5:72560daf32c03bace9fbb457b36a3f27
|
97.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/C-bowman/inference-tools/tree/0.4.5 (URL)