From 1aa77eec27bedddbcd1883b9f175cbd19382847f Mon Sep 17 00:00:00 2001 From: ccremers Date: Thu, 23 Feb 2006 15:54:26 +0000 Subject: [PATCH] - Limit heuristics to sensible values. --- test/compareheuristics.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compareheuristics.py b/test/compareheuristics.py index 7fdac41..c7c78a4 100755 --- a/test/compareheuristics.py +++ b/test/compareheuristics.py @@ -161,7 +161,7 @@ def main(): statesmax = maxor(2) boundstatesmax = maxor(2) - for g in range(1,63): + for g in range(1,15): (ra,rb,rp,nc,np,st) = test_goal_selector(g, options, boundstatesmax.get())