Chess engine: Midnight v8
Midnight - UCI Engines
Author: Archishmaan Peyyety Rating CEDR=3117
File structure
- ChessEngine contains the C++ chess engine. It produces moves in uci format.
- ChessEngine/ChessEngine_lib contains the core library including move search and evaluation.
- ChessEngine/ChessEngine_tests contains the unit tests to verify that function in the lib work as expected.
- uci-gui contains a python module that produces a chess gui that a human can play with and interfaces with the chess engine built. Hosted on localhost and built using flask. Most of this is code I took from [here](https://github.com/maksimKorzh/uci-gui). I take no credit for it, just something so that I can play against my engine!
v.8:
Hi, long time no see! This is the eighth version of Midnight, after finally breaking the 3100 ELO barrier, Midnight has moved on to an NNUE evaluation. This result is the initial version of that! Hope you enjoy :))
LTC
ELO | 317.52 +- 23.18 (95%)
CONF | 40.0+0.40s Threads=1 Hash=128MB
GAMES | N: 1000 W: 743 L: 20 D: 237
https://chess.swehosting.se/test/3988/
STC
ELO | 352.19 +- 15.22 (95%)
CONF | 8.0+0.08s Threads=1 Hash=32MB
GAMES | N: 3008 W: 2398 L: 90 D: 520
Comments
Post a Comment