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



Aspen 1.0.1 - new version chess engine



Aspen is a UCI chess engine written in C++ that evaluates positions using a custom NNUE.
Author: ATheofanis

Aspen 1.0.1 what's new?
Features & Fixes
Principal Variation (PV) Tracking: The engine now outputs the PV during searches (thanks to @EveannChessEngine for pointing it out)
Search Logic Refactor: The search functions are now part of the class MoveSearcher which makes the code cleaner and allowed me to implement PV tracking easily
Pseudo-Legal Moves Generator: Added functions to generate pseudo-legal moves which will be used for performance boosts in the future
Node Count Fix: The engine now correctly outputs the total nodes searched instead of nodes searched at current depth



Comments