pymc.step_methods.BinaryMetropolis.setup_chain#
- BinaryMetropolis.setup_chain(rng, tune, draws)#
Prepare the step method for sampling one chain.
Called once per chain, right before that chain starts sampling. Can be called multiple times, meaning downstream method should handle multiple, possibly repeated calls.