We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a01ad2 commit 8921255Copy full SHA for 8921255
src/transpositionTable.cpp
@@ -7,7 +7,6 @@
7
// Initialize transposition table
8
TranspositionTable::TranspositionTable() {
9
numHashes = (double) HASH_SIZE / (double) sizeof(ZobristVal) * 0xFFFFF;
10
- std::cout << numHashes << std::endl;
11
hashTable = new ZobristVal [numHashes];
12
halfMove = 1;
13
0 commit comments