pymc.smc.kernels.SMC_KERNEL.initialize#

SMC_KERNEL.initialize(start, rng)[source]#

Initialize the kernel for sampling.

Parameters:
startdict or None

Starting point in parameter space, or None to sample from prior.

rngnp.random.Generator

Random number generator for this chain.