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: 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

Popular posts from this blog

New Strong Engines Test, by Chess Engines Diary, 2024.04.12

New chess opening book: M11.2 (bin and ctg)

New version chess engine: Lc0 BT4

Dragon NNUE by Komodo Chess - it's free!