Leela MCTS Experimental v2.1
Pre-release
Pre-release
Improvements in certainty propagation, easy early visits and tree balancing. See main page.
Tree Balancing is currently disabled by default as the parameter set changed and needs new sensible defaults. For example, the old parameters of --tree-balance=1.5 --tree-balance-scale=1.5 translate to:
--tree-balance=1.5
--tree-scale-left=1.5
--tree-scale-right=0.01
Sensible values for --tree-balance are between 0.8 and 3.0, --tree-scale-left between 1 and 3.0, --tree-scale-right between 0 and 1.1.
For easy early visits sensible parameters are between 0.0 (off) and 1.0 (full).
All parameters need tuning - all help welcome.