Skip to content

Chenglite_v1.0_x64_linux/windows

Latest
Compare
Choose a tag to compare
@maksimKorzh maksimKorzh released this 15 Sep 14:08
· 28 commits to master since this release

Features

- 0x88 board representation
- move generation via calculations
- copy-make make move approach
- material and piece placement evaluation
- triangular PV table
- iterative deepening
- nega max search algorithm
- quiescence search
- alpha beta pruning
- move ordering(follow PV, MVV_LVA for captures, search history, killerMoves)
- UCI protocol with depth search only