-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun-abms.sh
More file actions
19 lines (11 loc) · 811 Bytes
/
run-abms.sh
File metadata and controls
19 lines (11 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh
nsims=100 # $1
nreps=10
basescale='1.0e-5'
# python abm.py -e --nreps 10 --savepath './data/sims/exactfit/'
python abm.py -d --low_AIC_dists --nsims 330 --simtype indep --savepath './data/sims/indep/'
python abm.py -d --low_AIC_dists --ignore_simul --nsims 330 --simtype indep --savepath './data/sims/indep-nosimul/'
python abm.py -d --low_AIC_dists --ignore_simul --nsims 330 --simtype listening --savepath './data/sims/listening-lowAIC/'
python abm.py -d --theory_based_dists --ignore_simul --nsims 330 --simtype listening --savepath './data/sims/listening/'
python abm.py -d --low_AIC_dists --ignore_simul --nsims 330 --simtype dyadic --savepath './data/sims/dyadic-lowAIC/'
python abm.py -d --theory_based_dists --ignore_simul --nsims 330 --simtype dyadic --savepath './data/sims/dyadic/'