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



Wordfish 2.90 191025 - new version chess engine

 

Wordfish is a free, open-source UCI chess engine implementing cutting-edge search algorithms combined with neural network evaluation. Derived from fundamental chess programming principles, Wordfish analyzes positions through parallelized alpha-beta search enhanced with null-move pruning and late move reductions.

Author: Jorge Ruiz Centelles and the Stockfish developers

Wordfish 2.90 191025 what's new?

As a UCI-compliant engine, Wordfish operates through **standard chess interfaces** without an integrated graphical interface. Users must employ compatible chess GUIs (Arena, Scid vs PC, etc.) for board visualization and move input. Consult your GUI documentation for implementation details.

Wordfish's architecture features:
- Hybrid evaluation system combining classical heuristics with NNUE networks
- SMP parallelization with YBWC (Young Brothers Wait Concept)
- Advanced pruning techniques (Reverse Futility Pruning, Late Move Pruning)
- Efficient move ordering with history heuristics and killer moves
- Optional root experience book storing previously played moves

Supported architectures:
- `x86-64`: Modern x86 processors
- `armv8`: ARMv8+ architectures
- `ppc64`: PowerPC systems

Wordfish exposes several options for experimenting with Monte Carlo Tree Search based on Shashin's position classification. For details see [docs/mcts.md](docs/mcts.md).

Wordfish can switch to an alternative neural network using the `FalconFile` option. If a `nn-c01dc0ffeede.nnue` file is present in the engine directory it will be embedded automatically; otherwise the engine falls back to the standard networks. To load the `nn-c01dc0ffeede.nnue` file when available, send:


Wordfish 2.50 vs other engines:

Lambergar 1.39.5/10+910 Games
Alexander 6.09.5/10+910 Games
Zangdar 56.5/10+310 Games
Halogen 15.4.26.5/10+310 Games
Revolution 2.70 dev-2109255/10+010 Games
Alexandria 8.1.25/10+010 Games
Raid 4.04.5/9+09 Games
Yakka 1.37.5/8+78 Games
Rebel Extreme 1.17/8+68 Games
Fire 10 mingw5/8+28 Games
Caissa 1.234.5/8+18 Games
YuliGM Pro 204/8+08 Games
Spirit XXL4/8+08 Games
Pawnocchio 1.8.14/8+08 Games
Claw 3.0-M4/8+08 Games
HypnoS ++ 1.034/8+08 Games
SF SE-2408254/8+08 Games
ShashChess 39.14/8+08 Games
SF-POLY 2008254/8+08 Games
DarkZoryn 2.04/8+08 Games
PlentyChess 6.0.184/8+08 Games


Comments