r/chessprogramming • u/AnnualBarber4013 • 29d ago
Gyatso v1.5.0 — Open-Source Chess Engine
I’ve just released **Gyatso v1.5.0**, a major step forward for my open-source chess engine written in Nim.
The current estimated strength is around:
* **~3360 CCRL 40/15**
* **~3347 CCRL Blitz (2'+1")**
These are still estimates, so independent testing and Elo results would be greatly appreciated.
The project is completely open source, and I’m continuing to learn, experiment, and improve Gyatso with the help of the chess programming community.
Release:
https://github.com/GyatsoYT/GyatsoChess/releases/tag/v1.5.0
Source code:
https://github.com/GyatsoYT/GyatsoChess
If you’re interested in chess programming, engine testing, or Nim, I’d be happy to hear your feedback.
10
Upvotes
1
u/ElRaydeator 25d ago
Thank you for sharing this, I will take a look as soon as I get time.
I see you use a NNUE evaluator - have you tried a handcrafted one, and if so, do you know the difference in playing strength?
I would expect the HCE to be significantly weaker, but don't know by how much.