Add HMC and BlackJax parameter samplers
This commit is contained in:
parent
fca3d19059
commit
8a0c638e5b
29 changed files with 829 additions and 160 deletions
|
@ -18,9 +18,9 @@ seed_cpower = true
|
|||
hades_sampler_blocked = true
|
||||
bias_sampler_blocked= true
|
||||
nmean_sampler_blocked= true
|
||||
sigma8_sampler_blocked = false
|
||||
sigma8_sampler_blocked = true
|
||||
omega_m_sampler_blocked = true
|
||||
muA_sampler_blocked = false
|
||||
omega_m_sampler_blocked = false
|
||||
alpha_sampler_blocked = false
|
||||
lam_sampler_blocked = false
|
||||
sig_v_sampler_blocked = false
|
||||
|
@ -42,10 +42,13 @@ max_timesteps = 50
|
|||
mixing = 1
|
||||
|
||||
[sampling]
|
||||
algorithm = HMC
|
||||
epsilon = 0.001
|
||||
algorithm = blackjax
|
||||
epsilon = 0.005
|
||||
Nsteps = 20
|
||||
refresh = 0.1
|
||||
rng_seed = 1
|
||||
warmup_nsteps = 100
|
||||
warmup_target_acceptance_rate = 0.7
|
||||
|
||||
[model]
|
||||
gravity = lpt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue