cuqi.experimental.mcmc.HybridGibbs.warmup#

HybridGibbs.warmup(Nb, tune_freq=0.1)#

Warmup (tune) the samplers in the Gibbs sampling scheme

Parameters:
  • Nb (int) – The number of samples to draw during warmup.

  • tune_freq (float, optional) – Frequency of tuning the samplers. Tuning is performed every tune_freq*Nb steps.