aboutsummaryrefslogtreecommitdiffstats
path: root/submitter/make_dag.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-08 12:07:44 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-08 12:07:44 -0500
commit5e4ed5a6f8935d71049a521d5efcc2c09a633e3e (patch)
treedf39da150a2aed6ee6f7429cf695d06c92b2a091 /submitter/make_dag.py
parentccffb521195eb5f41471e166e1ba8f695740bcb3 (diff)
downloadGolemFlavor-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.py6
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