Since you’re here...

We hope you will consider supporting us today. We need your support to continue to exist, because good entries are more and more work time. Every reader contribution, however big or small, is so valuable. Support "Chess Engines Diary" even a small amount– and it only takes a minute. Thank you.
============================== My email: jotes@go2.pl



New chess engine: Toad 3.0.0

 


Toad - A UCI chess engine, written in Rust.
Toad is a work-in-progress and serves as my personal excuse to write fun code in Rust.

Author: Danny Hammer

By default, Toad will print its version and authors and await input via `stdin`. For convenience, you can run any of Toad's commands on startup and Toad will exit immediately after that command's execution.

v.3.0.0:
est. +170 STC from 2.0.0
est. +10 STC against Stash v21.2, putting Toad 3.0.0 at roughyl ~2700.

This version includes a lot of new features such as razoring and internal iterative reductions. See the changelog (or, more specifically, this PR) for a full list of improvements.

Thanks again to all who've helped along the way :)

⚠ BREAKING CHANGES
updated README for 3.0.0 release
Features
major improvements to search logic, several bug fixes, and multiple new search features. (#99) (6eb100f)
updated README for 3.0.0 release (9d92844)
Bug Fixes
hopefully fixed release-please manifest details (6fde085)
removed draw detection at ply 1 (#101) (feb4cc3)
removed release-type from manifest root (76b4d47)
bench: 8515103


Toad 1.4.0 vs other engines:
Elixir 3.0 JA0/7-77 Games
ChandraChess 2.00/7-77 Games
LazySMP 5.03/5+15 Games
Ifrit 4.3 JA2/5-15 Games
CalvinChess 5.0.20/5-55 Games
Astra 4.0.10/4-44 Games
Critter 1.6a0/4-44 Games
Knightx 4.20/4-44 Games
Belofte 2.1.8 JA2/3+13 Games
Motsog 192/3+13 Games
Bobcat 8.0 JA0/3-33 Games
Molybdenum 4.10/3-33 Games
Skiull 0.61.5/2+12 Games
Dual 0.2.61.5/2+12 Games
Cfish 13 JA1/2+02 Games
Prophet 4.40.5/2-12 Games
Marauders 4.00/2-22 Games
Obsidian 14.00/2-22 Games
Obsidian 14.05 SE0/2-22 Games
PlentyChess 3.0.0 JA0/2-22 Games
Private19sf0/2-22 Games

Toad 3.0.0 download from page


Comments