Releases: RomainGoussault/Deepov
Releases · RomainGoussault/Deepov
v0.4.1
Internal release:
Start cleaning up search
Start adding uci info
Deepov 0.4
Main changes from version 0.3 are :
- Transposition table
- LMR
- Null move pruning
- Killer moves
Deepov 0.3
- Use of C++14
- Evasion moves generation
- Add stalemate detection
- Add threefold repetition detection
Deepov 0.2
- Basic Move ordering
- ELO regression test in travis
Deepov 0.1
Main Features:
- Magic bitboard
- Alpha-Beta Minimax with Iterative Deepening
- Evaluation: Material and Piece-Square Table
- Main UCI features implemented