AlphaBeta Search
bearophileHUGS at lycos.com
bearophileHUGS at lycos.com
Sat Jan 13 08:12:40 EST 2007
Chris wrote:
> I know this probably seems trivial, but I can't seem to find the bug in
> my alphabeta search implementation.
This is another alphabeta implementation (all the nicest algorithms are
inside this AIMA codebase):
http://aima.cs.berkeley.edu/python/games.html
Later when you program works you can find this helpful to improve your
algorithm:
http://citeseer.ist.psu.edu/11954.html
Bye,
bearophile
More information about the Python-list
mailing list