Update README.md

This commit is contained in:
Coding with Tom
2025-01-18 17:59:55 +00:00
committed by GitHub
parent 907c3013b4
commit 37d69c959e

View File

@@ -17,7 +17,8 @@ Rust: 536.4ms
Swift: 585ms
Zig: 348ms
Feel free to make improvements to any of the code. Some notes:
Feel free to make improvements to any of the code.
Some notes:
-We test the opening chess position to depth 6. Target: 119,060,324 nodes
-The max moves in a chess position are 220. I made moveList 250 just for safety. The max moves reached from any chess position
from the start is 46. So you can set the move_list to 46 elements without an index error but this will make the algorithm break