Replies: 2 comments 1 reply
-
Why would it not make your bot slower? You're not using the previous search results to sort the moves. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Most likely. because you are not using TT move ordering, which saves the move into your entry, and sets that move as the first move to check, as its likely that the TT move from the previous entry is also good in your currentl position, despite other numbers being different |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I tried to add iterative deepening but it's preforming worse then a fixed depth of 4.
Beta Was this translation helpful? Give feedback.
All reactions