kmcrage / leela_lite

A python implementation of lc0 by dkappe, ideal for testing new algorithms.
GNU General Public License v3.0
1 stars 0 forks source link

Refactor UCT in classes #4

Open kmcrage opened 5 years ago

kmcrage commented 5 years ago

refactor UCT into a base class with a outcome method.

Look at trevors refactor

Re-implement MaxUCT and DPUCT as mixins with different backups.