Add minimum step before sampling cosmology or model parameters
This commit is contained in:
parent
f483a62dda
commit
c1924ab758
3 changed files with 233 additions and 18 deletions
|
@ -1,4 +1,5 @@
|
|||
[system]
|
||||
console_output = borg_log
|
||||
VERBOSE_LEVEL = 2
|
||||
N0 = 32
|
||||
N1 = 32
|
||||
|
@ -17,16 +18,18 @@ seed_cpower = true
|
|||
hades_sampler_blocked = false
|
||||
bias_sampler_blocked= true
|
||||
nmean_sampler_blocked= true
|
||||
sigma8_sampler_blocked = true
|
||||
muA_sampler_blocked = true
|
||||
omega_m_sampler_blocked = true
|
||||
alpha_sampler_blocked = true
|
||||
sig_v_sampler_blocked = true
|
||||
bulk_flow_sampler_blocked = true
|
||||
sigma8_sampler_blocked = false
|
||||
muA_sampler_blocked = false
|
||||
omega_m_sampler_blocked = false
|
||||
alpha_sampler_blocked = false
|
||||
sig_v_sampler_blocked = false
|
||||
bulk_flow_sampler_blocked = false
|
||||
ares_heat = 1.0
|
||||
|
||||
[mcmc]
|
||||
number_to_generate = 10
|
||||
warmup_model = 3
|
||||
warmup_cosmo = 7
|
||||
random_ic = false
|
||||
init_random_scaling = 0.1
|
||||
bignum = 1e300
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue