Aspen is a UCI chess engine written in C++ that evaluates positions using a custom NNUE.
Author: ATheofanis
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
Post a Comment