diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-14 18:25:32 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2019-04-14 18:25:32 +0100 |
| commit | 7a70c7a879311786e1836d4ab434949a67771a51 (patch) | |
| tree | 88dd32488241381b44670687e85eb1dbd70e8a3b /misc | |
| parent | a9d381454eeb383209ac0d8d859e3f255840d083 (diff) | |
| download | GolemFlavor-7a70c7a879311786e1836d4ab434949a67771a51.tar.gz GolemFlavor-7a70c7a879311786e1836d4ab434949a67771a51.zip | |
misc
Diffstat (limited to 'misc')
| -rw-r--r-- | misc/command | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/command b/misc/command new file mode 100644 index 0000000..1b34686 --- /dev/null +++ b/misc/command @@ -0,0 +1,4 @@ +python contour.py --data real --debug true --nsteps 100 --burnin 10 --nwalkers 20 --outfile ./test_ --seed 26 --stat-method bayesian --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 |
