-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_grami_approx-d2.sh
executable file
·57 lines (51 loc) · 6.13 KB
/
run_grami_approx-d2.sh
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
#!/bin/bash
mkdir -p output
cd ../GraMi
echo "Run: graphs-combined-err-0.0-grami-dist-2-supp-100"
./grami "-f" '../graphs/graphs-combined-err-0.0-grami' '-s' "100" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.0-grami-dist-2-supp-100"
echo "Run: graphs-combined-err-0.0-grami-dist-2-supp-90"
./grami "-f" '../graphs/graphs-combined-err-0.0-grami' '-s' "90" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.0-grami-dist-2-supp-90"
echo "Run: graphs-combined-err-0.0-grami-dist-2-supp-80"
./grami "-f" '../graphs/graphs-combined-err-0.0-grami' '-s' "80" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.0-grami-dist-2-supp-80"
echo "Run: graphs-combined-err-0.0-grami-dist-2-supp-70"
./grami "-f" '../graphs/graphs-combined-err-0.0-grami' '-s' "70" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.0-grami-dist-2-supp-70"
echo "Run: graphs-combined-err-0.0-grami-dist-2-supp-60"
./grami "-f" '../graphs/graphs-combined-err-0.0-grami' '-s' "60" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.0-grami-dist-2-supp-60"
echo "Run: graphs-combined-err-0.0-grami-dist-2-supp-50"
./grami "-f" '../graphs/graphs-combined-err-0.0-grami' '-s' "50" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.0-grami-dist-2-supp-50"
echo "Run: graphs-combined-err-0.01-grami-dist-2-supp-100"
./grami "-f" '../graphs/graphs-combined-err-0.01-grami' '-s' "100" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.01-grami-dist-2-supp-100"
echo "Run: graphs-combined-err-0.01-grami-dist-2-supp-90"
./grami "-f" '../graphs/graphs-combined-err-0.01-grami' '-s' "90" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.01-grami-dist-2-supp-90"
echo "Run: graphs-combined-err-0.01-grami-dist-2-supp-80"
./grami "-f" '../graphs/graphs-combined-err-0.01-grami' '-s' "80" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.01-grami-dist-2-supp-80"
echo "Run: graphs-combined-err-0.01-grami-dist-2-supp-70"
./grami "-f" '../graphs/graphs-combined-err-0.01-grami' '-s' "70" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.01-grami-dist-2-supp-70"
echo "Run: graphs-combined-err-0.01-grami-dist-2-supp-60"
./grami "-f" '../graphs/graphs-combined-err-0.01-grami' '-s' "60" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.01-grami-dist-2-supp-60"
echo "Run: graphs-combined-err-0.01-grami-dist-2-supp-50"
./grami "-f" '../graphs/graphs-combined-err-0.01-grami' '-s' "50" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.01-grami-dist-2-supp-50"
echo "Run: graphs-combined-err-0.04-grami-dist-2-supp-100"
./grami "-f" '../graphs/graphs-combined-err-0.04-grami' '-s' "100" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.04-grami-dist-2-supp-100"
echo "Run: graphs-combined-err-0.04-grami-dist-2-supp-90"
./grami "-f" '../graphs/graphs-combined-err-0.04-grami' '-s' "90" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.04-grami-dist-2-supp-90"
echo "Run: graphs-combined-err-0.04-grami-dist-2-supp-80"
./grami "-f" '../graphs/graphs-combined-err-0.04-grami' '-s' "80" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.04-grami-dist-2-supp-80"
echo "Run: graphs-combined-err-0.04-grami-dist-2-supp-70"
./grami "-f" '../graphs/graphs-combined-err-0.04-grami' '-s' "70" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.04-grami-dist-2-supp-70"
echo "Run: graphs-combined-err-0.04-grami-dist-2-supp-60"
./grami "-f" '../graphs/graphs-combined-err-0.04-grami' '-s' "60" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.04-grami-dist-2-supp-60"
echo "Run: graphs-combined-err-0.04-grami-dist-2-supp-50"
./grami "-f" '../graphs/graphs-combined-err-0.04-grami' '-s' "50" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.04-grami-dist-2-supp-50"
echo "Run: graphs-combined-err-0.05-grami-dist-2-supp-100"
./grami "-f" '../graphs/graphs-combined-err-0.05-grami' '-s' "100" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.05-grami-dist-2-supp-100"
echo "Run: graphs-combined-err-0.05-grami-dist-2-supp-90"
./grami "-f" '../graphs/graphs-combined-err-0.05-grami' '-s' "90" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.05-grami-dist-2-supp-90"
echo "Run: graphs-combined-err-0.05-grami-dist-2-supp-80"
./grami "-f" '../graphs/graphs-combined-err-0.05-grami' '-s' "80" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.05-grami-dist-2-supp-80"
echo "Run: graphs-combined-err-0.05-grami-dist-2-supp-70"
./grami "-f" '../graphs/graphs-combined-err-0.05-grami' '-s' "70" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.05-grami-dist-2-supp-70"
echo "Run: graphs-combined-err-0.05-grami-dist-2-supp-60"
./grami "-f" '../graphs/graphs-combined-err-0.05-grami' '-s' "60" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.05-grami-dist-2-supp-60"
#echo "Run: graphs-combined-err-0.05-grami-dist-2-supp-50"
#./grami "-f" '../graphs/graphs-combined-err-0.05-grami' '-s' "50" "-t" "1" "-p" "1" "-d" "2" "-approxA" "0.0002" > /dev/null && mv "Output.txt" "../output/graphs-combined-err-0.05-grami-dist-2-supp-50"