feat: refactor AlphaBetaSearch and ClassicalBot for improved evaluation and organization

This commit is contained in:
2026-04-07 22:46:44 +02:00
parent 558f43d0f6
commit 6a9ac55b31
28 changed files with 3618 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
chess==1.11.2
torch==2.11.0
tqdm==4.67.3
numpy==2.4.4