aboutsummaryrefslogtreecommitdiffstats
path: root/submitter/fr_dag.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2019-09-23 11:14:30 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2019-09-23 11:14:30 -0500
commitf0189cde321f9fa91109829f7430ecfc06c96e97 (patch)
tree2f34f4dc7c03468427643bd6e92897c6b0244ec8 /submitter/fr_dag.py
parent390e7aa71e1e4b18d163372d5610c0df5808d509 (diff)
downloadGolemFlavor-f0189cde321f9fa91109829f7430ecfc06c96e97.tar.gz
GolemFlavor-f0189cde321f9fa91109829f7430ecfc06c96e97.zip
plot
Diffstat (limited to 'submitter/fr_dag.py')
-rw-r--r--submitter/fr_dag.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/submitter/fr_dag.py b/submitter/fr_dag.py
index b93ad86..bf8c708 100644
--- a/submitter/fr_dag.py
+++ b/submitter/fr_dag.py
@@ -37,8 +37,8 @@ GLOBAL_PARAMS.update(dict(
# Emcee
GLOBAL_PARAMS.update(dict(
run_mcmc = 'True',
- burnin = 500,
- nsteps = 2000,
+ burnin = 1000,
+ nsteps = 8000,
nwalkers = 60,
mcmc_seed_type = 'uniform'
))