pymc.smc.kernels.SMC_KERNEL.initialize# SMC_KERNEL.initialize(start, rng)[source]# Initialize the kernel for sampling. Parameters: startdict or NoneStarting point in parameter space, or None to sample from prior. rngnp.random.GeneratorRandom number generator for this chain.