Skip to content

Commit

Permalink
Mark 0.30.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
borg323 committed Jun 15, 2023
1 parent c9b8f9f commit a9ef264
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,24 @@
v0.30.0-rc1 (2023-04-24)
v0.30.0-rc2 (2023-06-15)
~~~~~~~
* WDL conversion for more realistic WDL score and contempt. Adds an Elo based
WDL transformation of the NN value head output. Helps with more accurate play
at high level (WDL sharpening), more aggressive play against weaker opponents
and draw avoiding openings (contempt), piece odds play. There will be a blog
post soon explaining in detail how it works.
* A new score type `WDL_mu` which follows the new eval convention, where +1.00
means 50% white win chance.
* Simplified to a single `--draw-score` parameter, adjusting the draw score from
white's perspective: 0 gives standard scoring, -1 gives Armageddon scoring.
* Updated describenet for new net architectures.
* Added a `first-move-bonus` option to the legacy time manager, to accompany
`book-ply-bonus` for shallow openings.
* Changed mlh threshold effect to create a smooth transition.
* Revised 'simple' time manager.
* A new spinlock implementation (selected with `--search-spin-backoff`) to help
with many cpu threads (e.g. 128 threads), obviously for cpu backends only.
* Some assorted fixes and code cleanups.

v0.30.0-rc1 (2023-04-24)
~~~~~~~
* Support for networks with attention body and smolgen added to blas, cuda,
metal and onnx backends.
Expand Down
2 changes: 1 addition & 1 deletion src/version.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define LC0_VERSION_MAJOR 0
#define LC0_VERSION_MINOR 30
#define LC0_VERSION_PATCH 0
#define LC0_VERSION_POSTFIX "rc1"
#define LC0_VERSION_POSTFIX "rc2"

0 comments on commit a9ef264

Please sign in to comment.