aboutsummaryrefslogtreecommitdiffstats
path: root/submitter
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-05-22 08:16:43 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-05-22 08:16:43 -0500
commitca0ec62f2af59784b0ff2782037807b715b1a77b (patch)
tree532c34570f981c7717b40be127f0fa451a91986b /submitter
parent47f607d6f9fba07f74fd635eabc4856cf0e2d351 (diff)
downloadGolemFlavor-ca0ec62f2af59784b0ff2782037807b715b1a77b.tar.gz
GolemFlavor-ca0ec62f2af59784b0ff2782037807b715b1a77b.zip
Tue May 22 08:16:43 CDT 2018
Diffstat (limited to 'submitter')
-rw-r--r--submitter/mcmc_dag.py5
-rw-r--r--submitter/sens_dag.py8
2 files changed, 7 insertions, 6 deletions
diff --git a/submitter/mcmc_dag.py b/submitter/mcmc_dag.py
index bad73ac..23586ac 100644
--- a/submitter/mcmc_dag.py
+++ b/submitter/mcmc_dag.py
@@ -25,7 +25,7 @@ GLOBAL_PARAMS = {}
# MCMC
GLOBAL_PARAMS.update(dict(
- run_mcmc = 'True',
+ run_mcmc = 'False',
burnin = 250,
nsteps = 1000,
nwalkers = 60,
@@ -34,8 +34,9 @@ GLOBAL_PARAMS.update(dict(
))
# FR
-dimension = [3]
+# dimension = [3, 6]
# dimension = [4, 5, 7, 8]
+dimension = [3, 4, 5, 6, 7, 8]
GLOBAL_PARAMS.update(dict(
threads = 1,
binning = '6e4 1e7 20',
diff --git a/submitter/sens_dag.py b/submitter/sens_dag.py
index 419ce2e..78034d2 100644
--- a/submitter/sens_dag.py
+++ b/submitter/sens_dag.py
@@ -27,9 +27,9 @@ GLOBAL_PARAMS = {}
sens_eval_bin = 'true' # set to 'all' to run normally
GLOBAL_PARAMS.update(dict(
sens_run = 'True',
- run_method = 'fixed_angle', # full, fixed_angle, corr_angle
+ run_method = 'corr_angle', # full, fixed_angle, corr_angle
stat_method = 'bayesian',
- sens_bins = 20,
+ sens_bins = 10,
seed = 'None'
))
@@ -43,10 +43,10 @@ GLOBAL_PARAMS.update(dict(
# FR
# dimension = [3]
dimension = [3, 6]
+# dimension = [4, 5, 7, 8]
GLOBAL_PARAMS.update(dict(
threads = 1,
binning = '6e4 1e7 20',
- # binning = '1e5 1e7 20',
no_bsm = 'False',
scale_region = "1E10",
energy_dependance = 'spectral',
@@ -65,7 +65,7 @@ GLOBAL_PARAMS.update(dict(
# GolemFit
GLOBAL_PARAMS.update(dict(
ast = 'p2_0',
- data = 'asimov'
+ data = 'real'
))
# Plot