Skip to content

Commit 26a7c7a

Browse files
authored
Update README.md
1 parent 6d4317c commit 26a7c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ The bot implements a search algorithm using a combination of:
102102
- **Iterative Deepening**: Calculates different depths based on time available
103103
- **Alpha-beta pruning**: Prunes unnecessary branches in the search tree.
104104
- **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
105106

106107
Key features:
107108

0 commit comments

Comments
 (0)