fixed pickle recursion depth error and updated depth of nodes recursively in apply_move

This commit is contained in:
2024-01-29 19:25:35 +01:00
parent d43899ecda
commit b9761e1e2b
5 changed files with 21 additions and 9 deletions

View File

@@ -96,7 +96,7 @@ def test_evaluation():
def main():
test_evaluation()
#test_simulate()
# test_simulate()
# test_mcts()
# test_stockfish()
# test_stockfish_prob()