Skip to content

Releases: Matthies/RubiChess

2.1

14 Apr 18:46
5421700
Compare
Choose a tag to compare
2.1
Update README.md

2.0.1 - Minor bug fix

03 Feb 13:09
Compare
Choose a tag to compare

This fixes a bug evaluating the KBNvK endgame.
You can safely stay at release 2.0 if you are using Syzygy tablebases.

2.0

27 Jan 20:03
b711ac6
Compare
Choose a tag to compare
2.0

Progress

20+0.2 on a BMI2+AVX machine:
Score of 2.0 vs 1.9: 295 - 165 - 740 [0.554] 1200
Elo difference: 37.79 +/- 12.11

60+0.6 on a POPCNT/SSSE3 machine:
Score of 2.0 vs 1.9: 521 - 202 - 1277 [0.580] 2000
Elo difference: 55.9 +/- 9.0

Not bad but probably far less on modern PC with longer time control and against different opponents.

1.9

25 Nov 17:04
Compare
Choose a tag to compare
1.9

This release besides some minor improvements introduces NNUE evaluation to RubiChess and with this some more binaries:

  1. RubiChess-BMI2: For best performance on modern intel CPUs and probably also new AMD Ryzen Zen3 / 5?00X CPUs (tests welcome)
  2. RubiChess-AVX2: For best performance on modern AMD Ryzen Zen/Zen2
  3. RubiChess: For older CPUs that support POPCNT but no AVX2
  4. RubiChess-SSSE3: For even older CPUs with SSSE3 but no POPCNT
  5. RubiChess-Legacy: For very old x86-64 CPU without SSSE3 support (are there any?)

You will get a warning at startup if the selected binary doesn't match your CPU or it will just crash.

NNUE evaluation is disabled by default. It can be enabled by UCI option "Use NNUE" and it uses default network file nn-803c91ad5c-20201107.nnue which is part of Windows package and for download at https://github.com/Matthies/NN

1.8

15 Aug 08:32
Compare
Choose a tag to compare
1.8

Three binaries now:
RubiChess-BMI2 for (Intel-)CPUs supporting the BMI2 instructions.
RubiChess for CPUs supporting POPCNT (use also on AMD CPUs)
RubiChess-Legacy for everything older

Testing 4000 games at 60+0.6/8moves_v3
Score of 1.8 vs 1.7.3: 753 - 483 - 2764 [0.534] 4000
Elo difference: 23.5 +/- 6.0, LOS: 100.0 %, DrawRatio: 69.1 %

TCEC-S18

03 Jun 05:39
Compare
Choose a tag to compare
TCEC (no-)release

1.7.2

27 Apr 13:48
Compare
Choose a tag to compare

Bugfix release avoiding rare crashes. Probably same strength as 1.7.1.

1.7.1

20 Apr 15:07
Compare
Choose a tag to compare

Contains a bugfix for the issue #197.

1.6.1.1

13 Jan 16:55
Compare
Choose a tag to compare

This is only a very minor update to 1.6.1 but I was asked for a binary so I switched this tagged version to a "release".

1.6.1

11 Jan 06:15
Compare
Choose a tag to compare

+30 Elo against 1.6
+15 Elo against 10 mostly stronger opponents