From 615b023ee3768cc80447b94dadbebf12bdfdc119 Mon Sep 17 00:00:00 2001 From: Aamar <121260820+yanpuri@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:12:46 +0100 Subject: [PATCH] Update README.md --- README.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ce4fdbf..9adb4d2 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ Wize, a C++ UCI-compliant chess engine, integrates a neural network (NNUE) for a * Architecture * Bitboard Representation - * Search * Alpha-Beta Pruning * Negamax Framework @@ -30,8 +29,7 @@ Wize, a C++ UCI-compliant chess engine, integrates a neural network (NNUE) for a * Polyglot Opening Book * Evaluation - * NNUE Evaluation (Features=HalfKP(Friend)[41024->256x2],Network=AffineTransform - * [1<-32](ClippedReLU[32](AffineTransform[32<-32](ClippedReLU[32](AffineTransform[32<-512](InputSlice[512(0:512)])))))) + * `NNUE Evaluation (Features=HalfKP(Friend)[41024->256x2],Network=AffineTransform[1<-32](ClippedReLU[32](AffineTransform[32<-32](ClippedReLU[32](AffineTransform[32<-512](InputSlice[512(0:512)]))))))` ## Improvements * Implement Syzygy Bases, SyzygyPath, ... @@ -61,6 +59,11 @@ Run the generated .exe file in the install dir. * How to work the engine? The UCI (Universal Chess Interface) serves as a widely adopted protocol for interacting with a chess engine and is the preferred method for communication in graphical user interfaces (GUIs) and chess-related tools. The guidelines are outlined in the UCI protocol, which can be accessed and referenced at this link http://page.mi.fu-berlin.de/block/uci.htm +### Terminal interface +![Terminal interface](https://github.com/yanpuri/Wize/assets/121260820/d01f0f5c-561e-4014-b1aa-fe122a7e0abe) + +### Gameboard +![Gameboard](https://github.com/yanpuri/Wize/assets/121260820/0f71bdf5-ff01-4370-a158-a5095b6bb38d) ## Acknowledgements * [BluefeverSoftware](https://www.youtube.com/@BlueFeverSoft), YouTube series about Vice engine. @@ -68,12 +71,6 @@ The UCI (Universal Chess Interface) serves as a widely adopted protocol for inte * Vice Programming Discord * [ChessProgrammingWik](https://www.chessprogramming.org/Main_Page). -### Terminal interface -![Terminal interface](https://github.com/yanpuri/Wize/assets/121260820/d01f0f5c-561e-4014-b1aa-fe122a7e0abe) - -### Gameboard -![Gameboard](https://github.com/yanpuri/Wize/assets/121260820/0f71bdf5-ff01-4370-a158-a5095b6bb38d) - ## Support Me If you liked this, please consider leaving a star ⭐