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



Revolution 2.73 dev-230925-wk - UCI chess engine (based on Stockfish)


Revolution - Revolution is a free, open-source UCI chess engine derived from Stockfish. Jorge Ruiz Centelles, with credit to ChatGPT, modifies and extends the code to explore new concepts. The engine implements cutting-edge search algorithms combined with neural network evaluation. Derived from fundamental chess programming principles, Revolution analyzes positions through parallelized alpha-beta search enhanced with null-move pruning and late move reductions.

As a UCI-compliant engine, Revolution 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.

Revolution 2.73 dev-230925-wk what's new?

Summary
Cached each thread’s Thread* and Search::Worker* before scheduling initialization work so the lambda operates on stable pointers instead of dereferencing the owning unique_ptr
Testing
make -j build ARCH=x86-64
./revolution-v.2.72-dev-220925-chsteal <<‘EOF’\nuci\nsetoption name Threads value 4\nisready\nposition startpos\ngo depth 12\nquit\nEOF

Revolution 2.73 dev-230925-wk - download   mirror







Comments