Skip to content

Releases: winapiadmin/cppchess_engine

v0.2.0

25 May 11:03
Compare
Choose a tag to compare
  1. Rewritten search engine
  2. added UCI support
  3. Created CMakeLists.txt for MSVC support
  4. Better transposition support for limited entries
  5. Rewritten evaluation function and simplified it by filtering what is already there and rarely hit
  6. Fixed memory usage bug
    Full Changelog: v0.1.0...v0.2.0

v0.1.0

27 Apr 03:48
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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

16 Feb 06:26
08822de
Compare
Choose a tag to compare

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

16 Feb 03:36
702549c
Compare
Choose a tag to compare
v0.0.4b Pre-release
Pre-release

It's pretty fast but nodes are way too big
Full Changelog: v0.0.3b...0.0.4b

v0.0.3b

16 Feb 01:57
d25f275
Compare
Choose a tag to compare
v0.0.3b Pre-release
Pre-release