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 d4a144e commit 6295e78Copy full SHA for 6295e78
test/RobustAdaptiveMetropolis.jl
@@ -40,7 +40,7 @@ end
40
41
# Use aggressive adaptation.
42
sampler =
43
- RAM(γ = 0.51, eigenvalue_lower_bound = 0.9, eigenvalue_upper_bound = 1.1)
+ RobustAdaptiveMetropolis(γ = 0.51, eigenvalue_lower_bound = 0.9, eigenvalue_upper_bound = 1.1)
44
num_warmup = 1000
45
discard_initial = 0 # we're only keeping the warmup samples
46
chain = sample(
0 commit comments