Releases: alreadydone/lz
leelaz that doesn't generate duplicate games in gogui-twogtp
up-to-date with leela-zero/next (2019-02-22).
The reason for duplicate games is cached NN eval results. Two approaches to eliminate these:
clear_nncache.exe clears the cache each time clear_board or loadsgf is called.
remove_min_cache_count.exe removes the lower bound on the size of the cache, so the cache size won't be set to a high number (6,000) if playouts/visits is low, so when a new game is started, the cached positions from the start of the last game won't persist.
Dynamic komi
See leela-zero#1772 for instructions.
Dynamic komi
2018-08-27: a bug in nonslack mode is discovered which prevents komi from adjusting back to target-komi properly. This release has been updated to fix the bug.
Replaced by https://github.com/alreadydone/lz/releases/tag/komi%2Bv0.42
komi+v0.4
PhoenixGo + dynamic komi
phoenix-v0.33 Limit maximal number of children to 64 (PhoenixGo original setting).
PhoenixGo + dynamic komi
Warning: analysis mode outputs prior probabilities, which breaks Lizzie but works with MyLizzie.
MyLizzie download: https://dl.goandai.com/?/Mylizzie/ The 215.7MB one. (see also https://www.goandai.com/mylizzie/ and https://www.goandai.com/download-mylizzie/)
Adjustable target komi
komi-v0.31 adjustable target komi.
Dynamic komi for handicap games
komi-v0.3 Revert unintended changes.
Dynamic komi for non-concession
endgame-v0.3 Use different komi for B and W's turns to make winrates close.
Dynamic komi
komi-v0.2 fix crash, adjust parameters