summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-08-31 03:37:02 +0300
committereug-vs <eugene@eug-vs.xyz>2022-08-31 03:37:02 +0300
commit3026d9260cc0d7a1a88c4cdd0cd389e442e705cd (patch)
tree1af9845203752c39549ae66acdab04cef44f5eb6 /src/config.h
parentd26b99ec280e5e0971c4abc9cfc85445f40fc4d5 (diff)
downloadc-chess-3026d9260cc0d7a1a88c4cdd0cd389e442e705cd.tar.gz
feat: add transposition table lookup
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 4031d91..951b9b3 100644
--- a/src/config.h
+++ b/src/config.h
@@ -5,3 +5,4 @@
#define INFINITY 1000000
#define PLAYER WHITE
#define MAX_ZOBRIST_SEEDS 1500
+#define TRANSPOSITION_TABLE_SIZE 1000000