You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdvancedMH.jl also offers an implementation of [MALA](https://en.wikipedia.org/wiki/Metropolis-adjusted_Langevin_algorithm) if the `ForwardDiff` and `DiffResults` packages are available.
153
153
154
154
A `MALA` sampler can be constructed by `MALA(proposal)` where `proposal` is a function that
155
-
takes the gradient computed at the current sample. It is required to specify an initial sample `init_params` when calling `sample`.
155
+
takes the gradient computed at the current sample. It is required to specify an initial sample `initial_params` when calling `sample`.
0 commit comments