Open
Description
AbstractMCMC@5 has initial_state
as a mechanism to "resume" a chain.
This then begs the question: do we even need resume_from
that is present in many sampler impls in Turing.jl?
Lines 92 to 93 in 39f5d5b
AFAIK the only place resume_from
is actually overloaded is for Chains
:
IMO we should replace this with a simple getstate
or something from Chains
and then just use initial_state
everywhere to stay consistent with the AbstractMCMC
interface.
Metadata
Metadata
Assignees
Labels
No labels