Chess engine: Stocknemo Stingray 5.4.0.0
StockNemo - UCI engine
Rating CEDR=2896
A Chess Engine written in C# trying to find good moves like Stockfish. UCI Compatible.
Author: Shaheryar Sohail
v.5.4.0.0:
What's Changed
Introduce a templated-generic Move Search. by @TheBlackPlague in https://github.com/TheBlackPlague/StockNemo/pull/67
Add Selective Depth to Engine Output. by @TheBlackPlague in https://github.com/TheBlackPlague/StockNemo/pull/68
Use Transposition Table in QSearch. by @TheBlackPlague in https://github.com/TheBlackPlague/StockNemo/pull/69
Implement Approximated Static Exchange Evaluation in QSearch. by @TheBlackPlague in https://github.com/TheBlackPlague/StockNemo/pull/70
Comments
Post a Comment