We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11944c9 commit 24d5556Copy full SHA for 24d5556
docs/src/api.md
@@ -58,7 +58,6 @@ even though [`Prior()`](@ref) is actually defined in the `Turing.Inference` modu
58
| `Emcee` | [`Turing.Inference.Emcee`](@ref) | Affine-invariant ensemble sampler |
59
| `ESS` | [`Turing.Inference.ESS`](@ref) | Elliptical slice sampling |
60
| `Gibbs` | [`Turing.Inference.Gibbs`](@ref) | Gibbs sampling |
61
-| `GibbsConditional` | [`Turing.Inference.GibbsConditional`](@ref) | A "pseudo-sampler" to provide analytical conditionals to `Gibbs` |
62
| `HMC` | [`Turing.Inference.HMC`](@ref) | Hamiltonian Monte Carlo |
63
| `SGLD` | [`Turing.Inference.SGLD`](@ref) | Stochastic gradient Langevin dynamics |
64
| `SGHMC` | [`Turing.Inference.SGHMC`](@ref) | Stochastic gradient Hamiltonian Monte Carlo |
0 commit comments