MCPcopy Create free account
hub / github.com/PacktPublishing/Artificial-Intelligence-with-Python / TT

Class TT

Chapter 09/code/easyAI/AI/TT.py:9–68  ·  view source on GitHub ↗

A tranposition table made out of a Python dictionnary. It can only be used on games which have a method game.ttentry() -> string, or tuple Usage: >>> table = TT(DictTT(1024)) or table = TT() for default dictionary >>> ai = Negamax(8, scoring, tt = table

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

coins.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected