summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-08-18 09:58:52 +0300
committereug-vs <eugene@eug-vs.xyz>2022-08-18 10:08:21 +0300
commita389dd0562699e36c196d69c578a1f1c373a12ab (patch)
treeba4aaddf8b68d979bef8f49f3ccd0785ab9091bd /src/config.h
parentca2fc17834207b501b66d5c713889de029da27d6 (diff)
downloadc-chess-a389dd0562699e36c196d69c578a1f1c373a12ab.tar.gz
feat: use board coverage in metrics
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 5da6a21..1cadbc1 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1,4 +1,4 @@
#define BOARD_SIZE 8
#define DEFAULT_FEN "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"
-#define MAX_DEPTH 5
+#define MAX_DEPTH 3
#define INFINITY 1000000