Only update bulk flow prior when cosmology changed
This commit is contained in:
parent
cbcd1fce0f
commit
9c07a87b8b
13 changed files with 60 additions and 60 deletions
|
@ -29,7 +29,7 @@ ares_heat = 1.0
|
|||
|
||||
[mcmc]
|
||||
number_to_generate = 15000
|
||||
warmup_model = 1000
|
||||
warmup_model = 500
|
||||
warmup_cosmo = 0
|
||||
random_ic = false
|
||||
init_random_scaling = 0.1
|
||||
|
@ -42,12 +42,12 @@ max_timesteps = 50
|
|||
mixing = 1
|
||||
|
||||
[sampling]
|
||||
algorithm = BlackJax
|
||||
algorithm = TransformedBlackJax
|
||||
epsilon = 0.005
|
||||
Nsteps = 20
|
||||
refresh = 0.1
|
||||
rng_seed = 1
|
||||
warmup_nsteps = 200
|
||||
warmup_nsteps = 400
|
||||
warmup_target_acceptance_rate = 0.7
|
||||
mvlam_mua = 0.01
|
||||
mvlam_alpha = 0.5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue