- Added big test script to compare heuristics.

This commit is contained in:
ccremers 2005-03-14 10:23:31 +00:00
parent 1473cb301e
commit 64101c6d95

14
test/comparebig.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/sh
./compareheuristics.py --program="../src/scyther" -m0 -b0 -p1
./compareheuristics.py --program="../src/scyther" -m1 -b0 -p1
./compareheuristics.py --program="../src/scyther" -m2 -b0 -p1
./compareheuristics.py --program="../src/scyther" -m0 -b1 -p1
./compareheuristics.py --program="../src/scyther" -m1 -b1 -p1
./compareheuristics.py --program="../src/scyther" -m2 -b1 -p1
./compareheuristics.py --program="../src/scyther" -m0 -b2 -p1
./compareheuristics.py --program="../src/scyther" -m1 -b2 -p1
./compareheuristics.py --program="../src/scyther" -m2 -b2 -p1
echo
echo "Done comparing nearly everything for the heuristics."