Skip to content

Commit 27157a8

Browse files
author
Chris Fonnesbeck
committed
Merge pull request #954 from pymc-devs/nuts_acceptance
Changed default NUTS acceptance to 0.65
2 parents 9b85042 + 8bb3280 commit 27157a8

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
@@ -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)