-
Notifications
You must be signed in to change notification settings - Fork 229
Closed
Milestone
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
resume_from=nothing, | |
initial_state=DynamicPPL.loadstate(resume_from), |
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