Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
connormcmonigle authored Oct 19, 2020
1 parent f0b42ce commit c56d2d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In particular, [Ethereal](https://github.com/AndyGrant/Ethereal), [Winter](https
- Bitboard move generation using PEXT/PDEP instructions with constexpr compile time generated attack tables.
- Principal variation search inside an iterative deepening framework
- Lockless shared transposition table (board state Zobrist hash is incrementally updated)
- Move Ordering (SEE for captures + Combined Butterfly History, Counter Move History and Follow Up History for quiets)
- Move Ordering (SEE for captures + Killer Move, Combined Butterfly History, Counter Move History and Follow Up History for quiets)
- History pruning as well as SEE pruning in QSearch
- Null move pruning
- Late move reduction
Expand Down

0 comments on commit c56d2d9

Please sign in to comment.