We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d4317c commit 26a7c7aCopy full SHA for 26a7c7a
README.md
@@ -102,6 +102,7 @@ The bot implements a search algorithm using a combination of:
102
- **Iterative Deepening**: Calculates different depths based on time available
103
- **Alpha-beta pruning**: Prunes unnecessary branches in the search tree.
104
- **Move Ordering**: Orders moves based on checks / captures / attacks, to aid AB pruning
105
+- **Quiet Search**: Run search until position is not noisy, before static eval
106
107
Key features:
108
0 commit comments