Chess engine: Walleye 1.4.0
Walleye is a UCI-compatible engine written using the classical alpha-beta style AI. It supports loading board positions from arbitrary FEN strings, Unicode pretty printing to the console, and UCI communication logs to help with debugging.
Originally this project was meant as a first introduction to rust and chess programming, but it got a bit carried away.
Rating CEDR=2376 Author: Mitchel Paulin
v.1.4.0
Greatly improved evaluation function
Optimizations to the release profile
PV Search
Timing Tweaks
Log generation is now disabled by default
Fixed bug where it was possible for no move to be sent on short time controls
Comments
Post a Comment