You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we recalculate the hash of a board every time we need it. This
wastes to much computation time. We can maintain it in MakeMove. This is
the advantage of using Zobrist after all.
Original issue reported on code.google.com by Valentin Stanciu on 25 Jun 2009 at 12:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Valentin Stanciu
on 25 Jun 2009 at 12:17The text was updated successfully, but these errors were encountered: