We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53fe366 commit ee68669Copy full SHA for ee68669
changelog.txt
@@ -1,4 +1,11 @@
1
-v0.30.0-rc2 (2023-06-15)
+v0.30.0 (2023-07-21)
2
+~~~~~~~
3
+* WDL_mu score type is now the default and the mlh-threshold default was
4
+ changed from 0 to 0.8.
5
+* Fixes for contempt with infinite search and pondering and for the wdl display
6
+ when pondering.
7
+
8
+v0.30.0-rc2 (2023-06-15)
9
~~~~~~~
10
* WDL conversion for more realistic WDL score and contempt. Adds an Elo based
11
WDL transformation of the NN value head output. Helps with more accurate play
src/version.inc
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 30
#define LC0_VERSION_PATCH 0
-#define LC0_VERSION_POSTFIX "rc2"
+#define LC0_VERSION_POSTFIX ""
0 commit comments