Releases: winapiadmin/cppchess_engine
Releases · winapiadmin/cppchess_engine
v0.2.0
- Rewritten search engine
- added UCI support
- Created CMakeLists.txt for MSVC support
- Better transposition support for limited entries
- Rewritten evaluation function and simplified it by filtering what is already there and rarely hit
- Fixed memory usage bug
Full Changelog: v0.1.0...v0.2.0
v0.1.0
It's wayy faster and more correct (but not very correct compared to stockfish)
TODO: fix memory usage bug, it used ~800MB from depth 1->10
Full Changelog: v0.0.5...v0.1.0
v0.0.5
Performance test:
1 9 20
2 5 61
3 5 359
4 11 1699
5 1 6760
6 1 14750
7 -5 35997
8 -10 273157
real 0m1,386s
user 0m1,330s
sys 0m0,052s
I think it's pretty fast, but the quality might not be good.
Full Changelog: 0.0.4b...v0.0.5
v0.0.4b
It's pretty fast but nodes are way too big
Full Changelog: v0.0.3b...0.0.4b
v0.0.3b
It's painfully slow
Full Changelog: https://github.com/winapiadmin/cppchess_engine/commits/v0.0.3b