-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdisserta_experiments.ps1
More file actions
26 lines (18 loc) · 2.2 KB
/
disserta_experiments.ps1
File metadata and controls
26 lines (18 loc) · 2.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
python .\experiment_disserta.py --r 0.3 --n A-03 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_LEVY.json
python .\experiment_disserta.py --r 0.5 --n A-05 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_LEVY.json
python .\experiment_disserta.py --r 0.7 --n A-07 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_LEVY.json
python .\experiment_disserta.py --r 0.3 --n B-03 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_LEVY.json
python .\experiment_disserta.py --r 0.5 --n B-05 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_LEVY.json
python .\experiment_disserta.py --r 0.7 --n B-07 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_LEVY.json
python .\experiment_disserta.py --l 0.1 --s 50 --n C-50 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.1 --s 100 --n C-100 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.1 --s 50 --n D-50 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.1 --s 100 --n D-100 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.05 --s 50 --n E-005 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.1 --s 50 --n E-010 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_13_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.05 --s 50 --n F-005 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.1 --s 50 --n F-010 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines_NO_ROUTINE.json
python .\experiment_disserta.py --l 0.1 --s 50 --r 0.3 --n G-03 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines.json
python .\experiment_disserta.py --l 0.1 --s 50 --r 0.7 --n G-07 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines.json
python .\experiment_disserta.py --l 0.1 --s 50 --r 0.3 --n H-50 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines.json
python .\experiment_disserta.py --l 0.1 --s 100 --r 0.3 --n H-100 --f F:\Code\GitRepos\Blobvid19\DataInput\NT_94_Routines.json