New engine releases & news H1 2026

Discussion of anything and everything relating to chess playing software and machines.

Moderator: Ras

User avatar
NathanDrake
Posts: 19
Joined: Mon Jun 01, 2026 4:57 pm
Full name: Francesco Torsello

Re: New engine releases & news H1 2026

Post by NathanDrake »

Thanks :D
Let me know when your tournament fineshes :wink:
Francesco :D
znx
Posts: 9
Joined: Mon Dec 09, 2024 5:51 am
Full name: Vishnu Bhagyanath

Re: New engine releases & news H1 2026

Post by znx »

Rudim v3.0.1 and v3.0.2 were released in the past week
https://github.com/znxftw/rudim/releases/tag/v3.0.1
https://github.com/znxftw/rudim/releases/tag/v3.0.2

Highlights :
- 3 million+ self play games generated and used to retrain Rudim's NNUE (trained purely on self play from v0 onwards)
- Moved from the initial 32 HL NNUE > 64 (3.0.1) > 128 (3.0.2)

Approximate Gain from previous versions
v3.0.0 > v3.0.1 : ~100 ELO
v3.0.1 > v3.0.2 : ~150 ELO
Totally atleast ~250 - 300 ELO gain from 3.0.0
Frank Quisinsky
Posts: 7565
Joined: Wed Nov 18, 2009 7:16 pm
Location: Gutweiler, Germany
Full name: Frank Quisinsky

Re: New engine releases & news H1 2026

Post by Frank Quisinsky »

To Rudim versions:

Are hash tables supported? The Shredder GUI doesn't prompt for the hash table size when the engines start up—that's unusual.

For the moment:
Thanks for Rudim!

Best
Frank
znx
Posts: 9
Joined: Mon Dec 09, 2024 5:51 am
Full name: Vishnu Bhagyanath

Re: New engine releases & news H1 2026

Post by znx »

Hi Frank!

Yes Rudim has a TT, but haven't implemented the UCI option for a custom TT size at the moment (it's hardcoded to 64mb)
Had a tracking issue, will work on it in 3.0.3 / 3.0.4. (Some other UCI commands like ponder, mate are also pending, but all the core UCI commands are present)
https://github.com/znxftw/rudim/issues/113

Thanks!
User avatar
Sylwy
Posts: 5339
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: New engine releases & news H1 2026

Post by Sylwy »

NathanDrake wrote: Sat Jun 13, 2026 9:12 am Thanks :D
Let me know when your tournament fineshes :wink:
Quaeso, hic inspice:

======================================
viewtopic.php?p=994076#p994076
======================================
User avatar
NathanDrake
Posts: 19
Joined: Mon Jun 01, 2026 4:57 pm
Full name: Francesco Torsello

Re: New engine releases & news H1 2026

Post by NathanDrake »

Sylwy wrote: Sun Jun 14, 2026 7:27 pm
NathanDrake wrote: Sat Jun 13, 2026 9:12 am Thanks :D
Let me know when your tournament fineshes :wink:
Quaeso, hic inspice:

======================================
viewtopic.php?p=994076#p994076
======================================
Great! I'm planning on implementing my own nnue to have it completely autonomus.
Francesco :D
Frank Quisinsky
Posts: 7565
Joined: Wed Nov 18, 2009 7:16 pm
Location: Gutweiler, Germany
Full name: Frank Quisinsky

Re: New engine releases & news H1 2026

Post by Frank Quisinsky »

To Rudim:

Thats good, I will add your engine after that release in my engine overview.
Thank you!

Best
Frank
User avatar
Sylwy
Posts: 5339
Joined: Fri Apr 21, 2006 4:19 pm
Location: IAȘI - the historical capital of MOLDOVA
Full name: Silvian Rucsandescu

Re: New engine releases & news H1 2026

Post by Sylwy »

NathanDrake wrote: Sun Jun 14, 2026 8:35 pm
Sylwy wrote: Sun Jun 14, 2026 7:27 pm
NathanDrake wrote: Sat Jun 13, 2026 9:12 am Thanks :D
Let me know when your tournament fineshes :wink:
Quaeso, hic inspice:

======================================
viewtopic.php?p=994076#p994076
======================================
Great! I'm planning on implementing my own nnue to have it completely autonomus.
GREAT ENGINE ! Congratulations !
Frank Quisinsky
Posts: 7565
Joined: Wed Nov 18, 2009 7:16 pm
Location: Gutweiler, Germany
Full name: Frank Quisinsky

Re: New engine releases & news H1 2026

Post by Frank Quisinsky »

To Rudim:

v3.0.3 ... from today!

Feadback: A good update, HT works fine here, also the other things are important!
Thank you!

Best
Frank
znx
Posts: 9
Joined: Mon Dec 09, 2024 5:51 am
Full name: Vishnu Bhagyanath

Re: New engine releases & news H1 2026

Post by znx »

Thanks Frank, you beat me to it :) !

Rudim 3.0.3 is released.
Quite a few bug fixes, and optimizations to the accumulator.
New network, but the new network is more or less similar strength to the previous net (+5-10~ ELO)
Most of the ELO gain this time is from the optimizations and fixes.
https://github.com/znxftw/rudim/releases/tag/v3.0.3