David J Wu

Results 304 comments of David J Wu

Very cool, thanks for sharing. :)

Does the ">" operation work differently in windows? The idea is supposed to be that you redirect the output of the program to a file, because the output to stdout...

Yes, it's supposed to create an empty file immediately, this has nothing to do with any of my code, that's what ">" does, it creates a file and then over...

It only happens when the program halts. On Tue, Mar 6, 2018 at 9:11 AM, laefsky wrote: > Hi: > > > > But the file is not gradually increasing...

Try running it without redirecting to any file at all. You should see some text at the very end that looks like the contents of an SGF file. That's the...

Thanks for the suggestion! I don't see a reason yet to make any changes to this. Do you have a good argument? KataGo's default config uses Tromp-taylor rules (or rather...

You can see in the config: https://github.com/lightvector/KataGo/blob/master/cpp/configs/gtp_example.cfg#L91 It is very simple, it says `rules = tromp-taylor`. If you change it to `rules = chinese` or `rules = japanese` or similar,...

Maybe KataGo can support it in the future. But I can't guarantee that I'll spend all the effort to write yet *another* GPU backend. It's an enormous amount of work...

(deleted a comment that was a duplicate of a comment posted in another issue and is off-topic for this issue).

The score doesn't have any numerical meaning, there is no such thing as "20x better", the same way that if some software had a version 2.2 it would not make...