From 2e2cb40219a6c19946a31980392ad31d790161be Mon Sep 17 00:00:00 2001 From: Ciekce Date: Sun, 17 Dec 2023 04:05:47 +0000 Subject: [PATCH] 4.0.0 Bench: 8825335 --- CMakeLists.txt | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fe5b38f2..f0abeddf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.15) -project(stormphrax VERSION 3.0.31) +project(stormphrax VERSION 4.0.0) set(CMAKE_CXX_STANDARD 20) diff --git a/README.md b/README.md index 408c1eb9..fa4ac21e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ this project is a continuation of my HCE engine [Polaris](https://github.com/Cie - negative extension - Syzygy tablebase support - NNUE - - (768x4->768)x2->1 architecture + - (768x4->768)x2->1x8 architecture - trained from zero knowledge with reinforcement learning from a randomly-initialised network - BMI2 attacks in the `bmi2` build, otherwise fancy black magic - `pext`/`pdep` for rooks @@ -67,6 +67,7 @@ this project is a continuation of my HCE engine [Polaris](https://github.com/Cie | UCI_Chess960 | check | `false` | `false`, `true` | Whether Stormphrax plays Chess960 instead of standard chess. | | UCI_ShowWDL | check | `true` | `false`, `true` | Whether Stormphrax displays predicted win/draw/loss probabilities in UCI output. | | Move Overhead | integer | 10 | [0, 50000] | Amount of time Stormphrax assumes to be lost to overhead when making a move (in ms). | +| LowerMoveAverage | check | `false` | `false`, `true` | Does nothing. | | SyzygyPath | string | `` | any path, or `` | Location of Syzygy tablebases to probe during search. | | SyzygyProbeDepth | spin | 1 | [1, 255] | Minimum depth to probe Syzygy tablebases at. | | SyzygyProbeLimit | spin | 7 | [0, 7] | Maximum number of pieces on the board to probe Syzygy tablebases with. |