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: Astra 4.01 and NNUE




Astra is a UCI chess engine written in C++.
Author: Semih Özalp

Evaluation
- NNUE (Efficiently Updatable Neural Network)
- Currently trained on ~38 mil. positions
- [Pytorch Neural Network](https://github.com/h1me01/Pytorch-Neural-Network)

## Credits
- [Stockfish](https://github.com/official-stockfish/Stockfish)
- [Koivisto](https://github.com/Luecx/Koivisto)
- [Smallbrain](https://github.com/Disservin/Smallbrain)
- [Chess Programming Wiki](https://www.chessprogramming.org/Main_Page)

v.4.01:
This update mainly adds AVX512 support and fixes a few minor issues with the transposition table.

Although the version remains 4.0 since there aren't major changes, I would still recommend using this version as the improved transposition table likely makes it stronger, even if only slightly.


Comments