AutomaticMALA

Documentation for AutomaticMALA.

AutomaticMALA.round_based_adaptationMethod
round_based_adaptation([rng, ]model, sample::AutoMAL; num_rounds=10, kwargs...)

Run adaptation for a number of rounds, each time doubling the number of iterations.

Arguments

  • rng::Random.AbstractRNG: Random number generator.
  • model: The model.
  • sample::AutoMALA: The sampler.

Keyword Arguments

  • num_rounds::Int=10: The number of rounds.
  • kwargs...: Additional keyword arguments passed to sample.

Returns

  • sampler::AutoMALA: Sampler containing the adapted parameters.
  • initial_params: Resulting parameters after adaptation.
source