cuqi.sampler.HybridGibbs.warmup# HybridGibbs.warmup(Nb, tune_freq=0.1)[source]# 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.