Skip to content

Commit 5d60f8c

Browse files
authored
Remove trajectory.py (#3734)
* Remove trajectory.py * Update developer guide
1 parent 9f5f676 commit 5d60f8c

File tree

2 files changed

+5
-303
lines changed

2 files changed

+5
-303
lines changed

docs/source/developer_guide.rst

+5-3
Original file line numberDiff line numberDiff line change
@@ -923,9 +923,11 @@ We love NUTS, or to be more precise Dynamic HMC with complex stoping
923923
rules. This part is actually all done outside of Theano, for NUTS, it
924924
includes: the leapfrog, dual averaging, tunning of mass matrix and step
925925
size, the tree building, sampler related statistics like divergence and
926-
energy checking. We actually have a Theano version of HMC:
927-
https://github.com/pymc-devs/pymc3/blob/master/pymc3/step\_methods/hmc/trajectory.py
928-
but it is never been used.
926+
energy checking. We actually have a Theano version of HMC, but it has never
927+
been used, and has been removed from the main repository. It can still be
928+
found in the `git history
929+
<https://github.com/pymc-devs/pymc3/pull/3734/commits/0fdae8207fd14f66635f3673ef267b2b8817aa68>`__,
930+
though.
929931
930932
Variational Inference (VI)
931933
~~~~~~~~~~~~~~~~~~~~~~~~~~

pymc3/step_methods/hmc/trajectory.py

-300
This file was deleted.

0 commit comments

Comments
 (0)