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 not stored for this graph (policy: none)