Skip to content

Commit 58bed9f

Browse files
ColCarrollrpgoldman
authored andcommitted
Update NUTS docs to reflect integrators being gone (#3589)
* Update NUTS docs to reflect integrators being gone * Typo fix
1 parent c1b9272 commit 58bed9f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pymc3/step_methods/hmc/nuts.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,10 @@ def __init__(self, vars=None, max_treedepth=10, early_max_treedepth=8,
121121
Whether step size adaptation should be enabled. If this is
122122
disabled, `k`, `t0`, `gamma` and `target_accept` are ignored.
123123
max_treedepth : int, default=10
124-
The maximum tree depth. Trajectories are stoped when this
124+
The maximum tree depth. Trajectories are stopped when this
125125
depth is reached.
126126
early_max_treedepth : int, default=8
127127
The maximum tree depth during the first 200 tuning samples.
128-
integrator : str, default "leapfrog"
129-
The integrator to use for the trajectories. One of "leapfrog",
130-
"two-stage" or "three-stage". The second two can increase
131-
sampling speed for some high dimensional problems.
132128
scaling : array_like, ndim = {1,2}
133129
The inverse mass, or precision matrix. One dimensional arrays are
134130
interpreted as diagonal matrices. If `is_cov` is set to True,

0 commit comments

Comments
 (0)