-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better adaptation configuration interface #491
Comments
Another related issue: #447 |
@mohamed82008 can you give this a try? |
This might also be related #482 |
Perhaps @xukai92 can post a set of design goals for this issue. |
The current signature of function sample(model::Function, alg::T;
chunk_size=CHUNKSIZE, # set temporary chunk size
save_state=false, # flag for state saving
resume_from=nothing, # chain to continue
reuse_spl_n=0, # flag for spl re-using
adapt_conf=STAN_DEFAULT_ADAPT_CONF # adapt configuration
) where T<:Hamiltonian from Line 87 in 7cb84a5
The parameter Other Turing.jl/src/samplers/ipmcmc.jl Line 95 in 166c2fb
Turing.jl/src/samplers/gibbs.jl Line 52 in 7cb84a5
Line 38 in 7cb84a5
Line 111 in 7cb84a5
Turing.jl/src/samplers/pgibbs.jl Line 82 in 7cb84a5
Turing.jl/src/samplers/pmmh.jl Line 104 in 7cb84a5
Line 72 in 7cb84a5
With the exception of the last one, all take |
Hi @mohamed82008, thanks for looking into this. The main goals of this issue are |
Closed by #793 |
Related:
#448
#485 (comment)
The text was updated successfully, but these errors were encountered: