From 64101c6d9522f4c8be0fea1e6a0b445d41ce01de Mon Sep 17 00:00:00 2001 From: ccremers Date: Mon, 14 Mar 2005 10:23:31 +0000 Subject: [PATCH] - Added big test script to compare heuristics. --- test/comparebig.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 test/comparebig.sh diff --git a/test/comparebig.sh b/test/comparebig.sh new file mode 100755 index 0000000..1288c9e --- /dev/null +++ b/test/comparebig.sh @@ -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."