We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
MLDA
pymc-experimental
1 parent 4bd25ae commit 1101818Copy full SHA for 1101818
docs/source/api/samplers.rst
@@ -52,17 +52,6 @@ Metropolis family
52
PoissonProposal
53
UniformProposal
54
55
-MLDA family
56
------------
57
-
58
-.. autosummary::
59
- :toctree: generated/
60
61
- MLDA
62
- DEMetropolisZMLDA
63
- MetropolisMLDA
64
- RecursiveDAProposal
65
66
Other step methods
67
------------------
68
pymc/step_methods/__init__.py
@@ -28,12 +28,6 @@
28
PoissonProposal,
29
UniformProposal,
30
)
31
-from pymc.step_methods.mlda import (
32
- MLDA,
33
- DEMetropolisZMLDA,
34
- MetropolisMLDA,
35
- RecursiveDAProposal,
36
-)
37
from pymc.step_methods.slicer import Slice
38
39
STEP_METHODS = (
0 commit comments