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



Chess engine: Pynfish 0.2.0-alpha

 


A very basic UCI chess engine without many communication option at around 1500 elo
Author: Jimmy Luong

Pynfish is a Python-based chess engine that achieves an approximate Elo rating of 1500. This project has been relaunched because my Rust-based engine now includes all the features I wanted to integrate.

Differences from Version 1.0
Completely redesigned, as I was not satisfied with the previous structure – now it's easier to create new versions.
It now uses Minimax and Alpha-Beta pruning for efficient search.
Integrates Stockfish's old NNUE (2020 version), combining Stockfish's NNUE with the classic search method.
stronger, faster, better


Comments