bsamseth / Goldfish

Goldfish - Stockfish's very distant and not so bright cousin - a UCI chess engine
MIT License
7 stars 2 forks source link

Goldfish 2.0: Full rewrite in Rust #41

Closed bsamseth closed 2 months ago

bsamseth commented 2 months ago

Mostly because I wanted to use Rust on a bigger project. And because I wanted to improve the engine, but didn't want to spend more time with C++.

In large part feature parity with v1.13. A decent bit stronger, mostly due to a better nodes/second. This again is mostly due to a simpler and faster eval which is similar in strength.

Lots and lots of plans going forward. If I get to them. We'll see.