Skip to content

Commit 8bb3280

Browse files
author
Christopher Fonnesbeck
committed
Changed default acceptance and docstring to 0.8
1 parent 823fe46 commit 8bb3280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pymc3/step_methods/nuts.py

Lines changed: 2 additions & 2 deletions
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.65,
28+
target_accept=0.8,
2929
gamma=0.05,
3030
k=0.75,
3131
t0=10,
@@ -45,7 +45,7 @@ def __init__(self, vars=None, scaling=None, step_scale=0.25, is_cov=False, state
4545
state to start from
4646
Emax : float, default 1000
4747
maximum energy
48-
target_accept : float (0,1) default .65
48+
target_accept : float (0,1) default .8
4949
target for avg accept probability between final branch and initial position
5050
gamma : float, default .05
5151
k : float (.5,1) default .75

0 commit comments

Comments
 (0)