You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Different methods are easily composeable. One parameter can be static and another can be a random walk,
112
112
each of which may be drawn from separate distributions.
113
113
114
-
## Multithreaded sampling
114
+
## Multiple chains
115
115
116
-
AdvancedMH.jl implements the interface of [AbstractMCMC](https://github.com/TuringLang/AbstractMCMC.jl/), which means you get multiple chain sampling
117
-
in parallel for free:
116
+
AdvancedMH.jl implements the interface of [AbstractMCMC](https://github.com/TuringLang/AbstractMCMC.jl/) which means sampling of multiple chains is supported for free:
0 commit comments