SalmonEngine 🐟
A traditional chess engine built in C, designed to be understandable, transparent, and easy to learn from. No neural networks, no black boxes — just pure chess logic you can read, follow, and modify without a PhD in machine learning.
okay, the search module may look a bit intimidating. I promise it's GCC's fault and not mine.
A traditional chess engine built in C, designed to be understandable, transparent, and easy to learn from. No neural networks, no black boxes — just pure chess logic you can read, follow, and modify without a PhD in machine learning.
okay, the search module may look a bit intimidating. I promise it's GCC's fault and not mine.
Author: Steve
Salmon 2.2 - what's new?
Added NNUE evaluator branch
But it had to be done. At least it's on a different branch from main.
Don't worry, the non-NNUE evaluator will still be worked on, and the engine's official lichess account will still use the non-NNUE evaluation engine.
Comments
Post a Comment