- Oops.
This commit is contained in:
parent
64101c6d95
commit
3e9b4e2c41
@ -1,14 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
./compareheuristics.py --program="../src/scyther" -m0 -b0 -p1
|
./compareheuristics.py --program="../src/scyther" -m0 -b0
|
||||||
./compareheuristics.py --program="../src/scyther" -m1 -b0 -p1
|
./compareheuristics.py --program="../src/scyther" -m1 -b0
|
||||||
./compareheuristics.py --program="../src/scyther" -m2 -b0 -p1
|
./compareheuristics.py --program="../src/scyther" -m2 -b0
|
||||||
./compareheuristics.py --program="../src/scyther" -m0 -b1 -p1
|
./compareheuristics.py --program="../src/scyther" -m0 -b1
|
||||||
./compareheuristics.py --program="../src/scyther" -m1 -b1 -p1
|
./compareheuristics.py --program="../src/scyther" -m1 -b1
|
||||||
./compareheuristics.py --program="../src/scyther" -m2 -b1 -p1
|
./compareheuristics.py --program="../src/scyther" -m2 -b1
|
||||||
./compareheuristics.py --program="../src/scyther" -m0 -b2 -p1
|
./compareheuristics.py --program="../src/scyther" -m0 -b2
|
||||||
./compareheuristics.py --program="../src/scyther" -m1 -b2 -p1
|
./compareheuristics.py --program="../src/scyther" -m1 -b2
|
||||||
./compareheuristics.py --program="../src/scyther" -m2 -b2 -p1
|
./compareheuristics.py --program="../src/scyther" -m2 -b2
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Done comparing nearly everything for the heuristics."
|
echo "Done comparing nearly everything for the heuristics."
|
||||||
|
Loading…
Reference in New Issue
Block a user