Releases: LeelaChessZero/lc0
Releases · LeelaChessZero/lc0
v0.21.2-rc3
The only change from RC2 is a centipawn formula:
centipawn = 295 * Q / (1 - 0.976953125 * Q^14)
v0.21.2-rc2
v0.21.2-rc1
- 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
- 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
v0.21.0-rc2
- 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
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)
v0.20.2
v0.20.2-rc1
Changes
- no terminal multivisits (#683)
- better fix for issue 651 (#693)
- Changed output of --help flag to stdout rather than stderr (#687)
- Movegen speedup via magic bitboards (#640)
- modify default benchmark setting to run for 10 seconds (#681)
- Fix incorrect index in OpenCL Winograd output transform (#676)
- Update OpenCL (#655)