diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-06-26 17:34:15 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-06-26 17:34:15 +0100 |
| commit | 18928b0f5f7afe14e649f72b178a2c685bd602a6 (patch) | |
| tree | efa70b62a27b6e3154b506e4f65a2e28c959d67b /misc/command | |
| parent | 8310ac4f965b35fc3f23175cd26692808fb8b669 (diff) | |
| parent | 3d15334cab7604bb832cdc91e32338f96ac754bd (diff) | |
| download | GolemFlavor-18928b0f5f7afe14e649f72b178a2c685bd602a6.tar.gz GolemFlavor-18928b0f5f7afe14e649f72b178a2c685bd602a6.zip | |
Merge branch 'master' of github.com:ShiveshM/flavour_ratio
Diffstat (limited to 'misc/command')
| -rw-r--r-- | misc/command | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/command b/misc/command index bb81d7e..7761e84 100644 --- a/misc/command +++ b/misc/command @@ -1,4 +1,4 @@ -python contour.py --data real --debug true --nsteps 100 --burnin 10 --nwalkers 20 --datadir ./test_ --seed 26 --stat-method bayesian --threads max +python contour.py --data real --debug true --nsteps 100 --burnin 10 --nwalkers 20 --datadir ./test_ --seed 26 --threads max python sens.py --debug True --data real --datadir ./test --dimension 6 --eval-segment 1 --mn-live-points 100 --mn-output ./test --mn-tolerance 0.3 --seed 26 --segments 10 --source-ratio 1 2 0 --stat-method bayesian --threads 4 --texture oeu python plot_sens.py --data real --datadir /data/user/smandalia/flavour_ratio/data/sensitivity/ --dimensions 6 --plot-x True --segments 10 --x-segments 20 --split-jobs True --stat-method bayesian --texture none |
