Skip to content

Commit 6295e78

Browse files
torfjeldedevmotion
andauthored
Update test/RobustAdaptiveMetropolis.jl
Co-authored-by: David Widmann <[email protected]>
1 parent d4a144e commit 6295e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/RobustAdaptiveMetropolis.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040

4141
# Use aggressive adaptation.
4242
sampler =
43-
RAM= 0.51, eigenvalue_lower_bound = 0.9, eigenvalue_upper_bound = 1.1)
43+
RobustAdaptiveMetropolis= 0.51, eigenvalue_lower_bound = 0.9, eigenvalue_upper_bound = 1.1)
4444
num_warmup = 1000
4545
discard_initial = 0 # we're only keeping the warmup samples
4646
chain = sample(

0 commit comments

Comments
 (0)