A magic bitboard based chess engine written in C++
Fully support Universal Chess Interface
Negamax + PV search with alhpa-beta pruning
Move Ordering
PV Table
Null Move Pruning
Late Move Reduction
Quiescence Search
Transposition Table with Zobrist Hashing
Respiratory Window
Book Opening
Better pruning technique
Multithreading Searching
A bitboard-based chess engine guided by Code Monkey King:
https://www.youtube.com/channel/UClA-jNuyJKqN-xCm7KPG_XA
https://www.youtube.com/channel/UCB9-prLkPwgvlKKqDgXhsMQ
Neural Network Architecture from David Miller:
David Miller: http://www.millermattson.com/dave/