LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.37k stars 523 forks source link

Value only mode for uci. #1971

Closed Tilps closed 5 months ago

Tilps commented 5 months ago

This is quick and dirty...

I had intended to share code with multigame.cc - but that would need more refactoring than I originally planned - so for now I have not done so...

Tilps commented 5 months ago

Note that only engine.cc is changed in this PR - the rest is from PR1966.

Tilps commented 5 months ago

now just one file to review (since the other PR has been merged)

borg323 commented 5 months ago

What about adding something like https://github.com/borg323/lc0/commit/709571c85774f97ab504effe65f8544be6f2c9cb for minibatch-size support?

Tilps commented 5 months ago

Seems reasonable, do you want to add it to my branch directly rather than have me copy it over?