David J Wu

Results 304 comments of David J Wu

Ah, glad to see a comment/reply. :) Is there any way to get the best of both worlds? If not, then it seems like having it fail to do end-of-line...

Probably not any time soon, although if you or someone submits a pull request implementing it, I'd be happy to review it. It's been a long time since I've been...

KataGo is still improving via better search algorithms, training methods, and in the future, understanding human play for better human game analysis. I don't know what "power of concessions" means.

@sbbdms - Sorry for the long delay in responding to this - I've finally taken a look now and this looks like a very useful set of results! I can...

@sbbdms - Yes, there will be a followup change shortly adjusting the defaults. The adjustment to cpuct and change to LCB I would prefer to leave undone because the effect...

v1.11.0 is released with the parameter changes for subtree value bias! Thanks!

Thank you too! 1. The LCB params should have absolutely no problem setting them as a default for your tests, and I would not expect them to have a significant...

> IMO a new branch is more likely to be modified much, such as fixing bugs in the code or modifying/adding new algorithms. Either of them could make the generated...

graphSearchRepBound controls the maximum length of a superko cycle that we check for in the algorithm. If you set graphSearchRepBound higher, it will do absolutely nothing except waste computation power,...