- Limit heuristics to sensible values.
This commit is contained in:
parent
b16023bf0e
commit
1aa77eec27
@ -161,7 +161,7 @@ def main():
|
|||||||
statesmax = maxor(2)
|
statesmax = maxor(2)
|
||||||
boundstatesmax = 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,
|
(ra,rb,rp,nc,np,st) = test_goal_selector(g, options,
|
||||||
boundstatesmax.get())
|
boundstatesmax.get())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user