cuqi.experimental.mcmc.PCN.warmup#

PCN.warmup(Nb, tune_freq=0.1)#

Warmup the sampler by drawing Nb samples.

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

  • tune_freq (float, optional) – The frequency of tuning. Tuning is performed every tune_freq*Nb samples.