brian-j-smith / Mamba.jl

Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Other
253 stars 52 forks source link

Implement @amitmurthy changes #117

Closed bdeonovic closed 7 years ago

bdeonovic commented 7 years ago

Implements changes proposed by @amitmurthy in https://github.com/brian-j-smith/Mamba.jl/issues/109. Avoids eval under module Mamba.

brian-j-smith commented 7 years ago

Merged into master now. It's great to have MCMC parallelization working again. Thanks to @bdeonovic and @amitmurthy!