theogf / ThermodynamicIntegration.jl

Thermodynamic Integration for Turing models and more
MIT License
13 stars 1 forks source link

Allow to use parallel distributed processese #24

Closed theogf closed 1 year ago

theogf commented 1 year ago

Following the request on issue #23 , this adds the option to parallelize over multiple processes with a TIDistributed object. Note that for it to work, you need to make sure that all necessary package (ThermodynamicIntegration, Distributions, Turing, etc...) are loaded via @everywhere