Chess engine: PlentyChess 0.2.0
PlentyChess - A UCI chess engine with a neural network based evaluation.
Building on Windows
For the build to work on Windows, you need to install MinGW as well as the required packages (make, g++, pthread, etc.).
Then you can use the makefile as you would on a unix system.
v.0.2.0:
This version features the following improvements:
Better neural network
NNUE performance improvements
Improved transposition tables
Better time management
Cuckoo tables
SPSA tuning support
Performance vs. PlentyChess 0.1.0
Elo | 302.04 +- 10.29 (95%)
Conf | 8.0+0.08s Threads=1 Hash=16MB
Games | N: 5024 W: 3713 L: 191 D: 1120
Penta | [0, 19, 235, 975, 1283]
https://openbench.yoshie2000.de/test/267/
Comments
Post a Comment