Skip to content

Commit 823fe46

Browse files
author
Christopher Fonnesbeck
committed
Changed default NUTS acceptance to 0.65. Addresse #953
1 parent ca40cd3 commit 823fe46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymc3/step_methods/nuts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class NUTS(ArrayStepShared):
2525

2626
def __init__(self, vars=None, scaling=None, step_scale=0.25, is_cov=False, state=None,
2727
Emax=1000,
28-
target_accept=0.8,
28+
target_accept=0.65,
2929
gamma=0.05,
3030
k=0.75,
3131
t0=10,

0 commit comments

Comments
 (0)