Since you’re here...

... we have a small favour to ask. More people, like you, are reading and supporting our blog: "Chess Engines Diary". And unlike many other sites and blogs, we made the choice to keep our articles open for all, regardless of where they live or what they can afford to pay.

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



Chess engine: Odonata 0.4.0 (Windows and Linux)

Description from the author: 
My lockdown hobby was writing a chess engine, and learning Python and Rust in the process. Currently Odonata is available to play as a bot on Lichess, though Odonata only plays blitz and bullet games right now, as she's running on my media centre, and Netflix stutters if she's thinking too hard...

I started Decemeber 2020. Python and Rust are very different from Java, which I had programmed maybe 10 years previous. Certainly my first efforts at Rust are not very clean, clever or idiomatic, but the code improves as I revist areas to build improvements.

I'm aware that this is now yet another chess engine, with yet another set of Python bindings. In part this is because the project was intended as a learning exercise, but also there did not appear to be a Python native extension available.
Rating CEDR=2602 Author: Andy Watkins
 
v.0.4.0:
Evaluation of king tropism, passed pawn on 7th
Bishop and knight outposts
Rook batteries
History table
Xray attacks considered in SEE
Texel tuning uses Rayon library for parallel evals (138 M/sec)
Check for insufficient material in quiesensce
CLOP tuning of non-eval params
Support for "searchmoves" and "info hashfull" in UCI interface
ELO in the region of 2300

Odonata 0.4.0 download


Comments

Popular Posts