-
Notifications
You must be signed in to change notification settings - Fork 230
Closed
Description
Questions and my current thoughts
- How to pass initial state
- Support
sample(..., init::Array{Union{Missing, Array{Float64,1}},1}=[missing]) - We flat
init, and assign those variables which are not missed tovi[spl] - Constructing a correct
initis the user's responsibility
- Support
- How to pass adaptation configuration
- Take use of
AdvancedHMC.Adaptation sample(..., adapt::Union{Nothing,AbstractAdaptor}=nothing)
- Take use of
- How to pass continuing chain
sample(..., resume::Union{Nothing,AbstractChain}=nothing)- How do we resume an adapted sampler?
- With the new interface of
AdvancedHMC.Adaptation, the adapted sampler is just the types but not the adapter or any other thing. So if we can make the types in Turing to be 1:1 to those types, we can resume the adapted sampler.
- With the new interface of
Related issue:
- Provide a way to set initial state of HMC Provide a way to set initial state of HMC #571
- Better adaptation configuration interface Better adaptation configuration interface #491
- Resume interface Resume interface #566
Metadata
Metadata
Assignees
Labels
No labels