Skip to content

Releases: LeelaChessZero/lc0

v0.21.4

28 Jul 11:21
Compare
Choose a tag to compare

Two small changes in this release.

  • A fix for crashes that can occur during use of sticky-endgames
  • Change the false positive value reported when in wdl style resign and display average nodes per move as part of tournament stats in selfplay mode.

v0.21.3

21 Jul 12:41
Compare
Choose a tag to compare

Bug fix release:

  • Fix for potential memory corruption/crash in using small networks or using the wdl head with cuda backends. #892
  • Fix for building with newer versions of meson. #904

v0.21.2

09 Jun 15:15
Compare
Choose a tag to compare

Changes since v0.21.2-rc3

  • Centipawn formula retweaked to show 128.00 instead of 127.99 pawns for checkmate.

Since v0.21.1

Highlights:

  • --sticky-engames (minimal version of certainty propagation)
  • New centipawn formula
  • Way to exit training gracefully
  • Optimizations for GTX 16xx videocards (cudnn-fp16 works now)
  • Optimizations for larger filter sizes

v0.21.2-rc3

08 Jun 19:31
Compare
Choose a tag to compare
v0.21.2-rc3 Pre-release
Pre-release

The only change from RC2 is a centipawn formula:

centipawn = 295 * Q / (1 - 0.976953125 * Q^14)

v0.21.2-rc2

22 May 20:22
Compare
Choose a tag to compare
v0.21.2-rc2 Pre-release
Pre-release

Changes

  • Add 320 and 352 channel support for fused SE layer (#855)
  • SE layer fix when not using fused kernel (#852)
  • Fp16 nchw for cudnn-fp16 backend (support GTX 16xx GPUs) (#849)
  • Install lc0 on openSUSE - Full documentation, Install script and links to experimental RPM packages (#675)

v0.21.2-rc1

05 May 15:44
Compare
Choose a tag to compare
v0.21.2-rc1 Pre-release
Pre-release
  • Make --sticky-endgames on by default (still off in training) (#844)
  • update download links in README (#842)
  • Recalibrate centipawn formula (#841)
  • Also make parents Terminal if any move is a win or all moves are loss or draw. (#822)
  • Use parent Q as a default score instead of 0 for unvisited pv. (#828)
  • Add stop command to selfplay interactive mode to allow for graceful exit. (#810)
  • Increased hard limit on batch size in opencl backend to 32 (#807)

v0.21.1

23 Mar 07:32
Compare
Choose a tag to compare
  • FPU can now be independently controlled at root vs in general using the new AtRoot variants. Default value for StrategyAtRoot is 'same' which means it uses the values from the normal parameters. The reduction parameter has been removed - strategy reduction now uses the value parameter as the reduction amount. NOTE: If you are using a UCI host that remembers settings over restarts (like cutechess) be careful to ensure that when upgrading to this new version you reset settings back to defaults - or you may get a bad combination of fpu settings.
  • TempVisitOffset option now allows you to specify values less than -1, and its documentation has been fixed.
  • A small performance improvement in movegen.
  • Windows packages should include v22 of the Client.

v0.21.0

08 Mar 08:39
Compare
Choose a tag to compare
  • Change version number to indicate final. No other changes since v0.21.0-rc2.

v0.21.0-rc2

06 Mar 11:54
Compare
Choose a tag to compare
v0.21.0-rc2 Pre-release
Pre-release
  • Add support for cudnn7.0 (#717)
  • Informative Tournament Stats (#698)
  • Memory leak fix cuda backend (#747)
  • cudnn-fp16 fallback path for unusual se-ratios. (#739)
  • Cudnn 7.4.2 in packaged binary and warning for using old cudnn with new gpu (#741)
  • Move mode specific options to end of help. (#745)
  • LogLiveStats hidden option (#754)
  • Optional markdown support for help output (#769)
  • Improved folding of batch norm into weights and biases - fixes negative gamma bug. (#779)

v0.21.0-rc1

16 Feb 12:45
49cdd10
Compare
Choose a tag to compare
v0.21.0-rc1 Pre-release
Pre-release

Major new features in this release are support for WDL value head, and convolution direct output (AZ-style) policy head.

  • Check Syzygy tablebase file sizes for corruption (#690)
  • search for nvcc on the path first (#709)
  • AZ-style policy head support (#712)
  • Implement V4TrainingData (#722)
  • WDL value head support (#635)
  • Add option for doing kldgain thresholding rather than absolute visit limiting (#721)
  • Easily run latest releases of lc0 and client using NVIDIA docker (#621)
  • Add WDL style resign option. (#724)
  • Add a uniform output option for random backend to support a0 seed data style (#725)
  • Fix c hw switching in cudnn-fp16 mode with convolution policy head. (#729)
  • misc (non-functional) changes to cudnn backend (#731)
  • handle 64 filter SE networks (#624)