2005-03-14 10:23:31 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
2005-03-14 10:25:40 +00:00
|
|
|
./compareheuristics.py --program="../src/scyther" -m0 -b0
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m1 -b0
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m2 -b0
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m0 -b1
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m1 -b1
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m2 -b1
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m0 -b2
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m1 -b2
|
|
|
|
./compareheuristics.py --program="../src/scyther" -m2 -b2
|
2005-03-14 10:23:31 +00:00
|
|
|
|
|
|
|
echo
|
|
|
|
echo "Done comparing nearly everything for the heuristics."
|