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.
1 parent b0bcd1d commit 9b72724Copy full SHA for 9b72724
pymc/smc/sampling.py
@@ -88,7 +88,7 @@ def sample_smc(
88
Whether or not to display a progress bar in the command line.
89
**kernel_kwargs : dict, optional
90
Keyword arguments passed to the SMC_kernel. The default IMH kernel takes the following keywords:
91
-
+
92
threshold : float, default 0.5
93
Determines the change of beta from stage to stage, i.e. indirectly the number of stages,
94
the higher the value of `threshold` the higher the number of stages. Defaults to 0.5.
0 commit comments