diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-08 12:07:44 -0500 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-08 12:07:44 -0500 |
| commit | 5e4ed5a6f8935d71049a521d5efcc2c09a633e3e (patch) | |
| tree | df39da150a2aed6ee6f7429cf695d06c92b2a091 /submitter/make_dag.py | |
| parent | ccffb521195eb5f41471e166e1ba8f695740bcb3 (diff) | |
| download | GolemFlavor-5e4ed5a6f8935d71049a521d5efcc2c09a633e3e.tar.gz GolemFlavor-5e4ed5a6f8935d71049a521d5efcc2c09a633e3e.zip | |
add initial seed point args for MCMC
Diffstat (limited to 'submitter/make_dag.py')
| -rw-r--r-- | submitter/make_dag.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/submitter/make_dag.py b/submitter/make_dag.py index 33d05b3..63a94d7 100644 --- a/submitter/make_dag.py +++ b/submitter/make_dag.py @@ -31,11 +31,11 @@ fix_sfr_mfr = [ # MCMC run_mcmc = 'True' -burnin = 20 -nsteps = 100 +burnin = 50 +nsteps = 500 nwalkers = 200 seed = 24 -threads = 1 +threads = 12 mcmc_seed_type = 'uniform' # FR |
