We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
discard_initial
thinning
bundle_samples
1 parent a98f057 commit 2fe2dffCopy full SHA for 2fe2dff
Project.toml
@@ -3,7 +3,7 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
3
keywords = ["markov chain monte carlo", "probablistic programming"]
4
license = "MIT"
5
desc = "A lightweight interface for common MCMC methods."
6
-version = "3.2.0"
+version = "3.2.1"
7
8
[deps]
9
BangBang = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
src/sample.jl
@@ -191,6 +191,8 @@ function mcmcsample(
191
state,
192
chain_type;
193
stats=stats,
194
+ discard_initial=discard_initial,
195
+ thinning=thinning,
196
kwargs...
197
)
198
end
@@ -267,6 +269,8 @@ function mcmcsample(
267
269
268
270
271
272
273
274
275
276
0 commit comments