Skip to content

Releases: winapiadmin/cppchess_engine

v0.2.0

Choose a tag to compare

@winapiadmin winapiadmin released this 25 May 11:03
  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

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@winapiadmin winapiadmin released this 27 Apr 03:48

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

Choose a tag to compare

@winapiadmin winapiadmin released this 16 Feb 06:26
08822de

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

v0.0.4b Pre-release
Pre-release

Choose a tag to compare

@winapiadmin winapiadmin released this 16 Feb 03:36
702549c

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

v0.0.3b

v0.0.3b Pre-release
Pre-release

Choose a tag to compare

@winapiadmin winapiadmin released this 16 Feb 01:57
d25f275