This changes the logic on how we store initvals.
We now attach and update a class property .initvals that holds a dictionary.
This dictionary is passed as initvals argument to the .sampler() method.
All pre-processing of initial values now targets this dictionary, instead of attempting changes to the pymc_model directly.
This changes the logic on how we store
initvals
. We now attach and update a class property.initvals
that holds a dictionary. This dictionary is passed asinitvals
argument to the.sampler()
method.All pre-processing of initial values now targets this dictionary, instead of attempting changes to the
pymc_model
directly.