Vargo wrote:
I tried to run the same analysis you did, checking "all the 287 moves", and "white moves only".
Command line :
--gtp --noponder -w ed26f.txt --gpu 0 --gpu 1 --visits=150'000
In your case, around 10 seconds to reach 150000 visits. In my case, it takes around 1000 seconds
I guess your hardware is on par with what was used during the match with HayLee. May I as ask what GPU is that?
In case some other users with a slow computer like mine want to try, there is another concern: if not told otherwise, Leela Zero thinks for a maximum of 50 seconds. So in top of the command line parameter
--visits=150000 I also had to give a maximum
time per move of 10 000 seconds (I added plenty of margin just in case). The
time per move parameter (in GRP settings) uses the GTP
time_settings command telling Leela to use 0 second main time, plus 1 period of 10 000 seconds bioyomi. One should check that the sum of the number of play-outs for all variations of the first move adds up to around 150 000 to be sure.
johnsmith wrote:
P.S. Is there a website or even a thread where one can share their pro game analysis (with GRP and especially LZ)? I would be very interested into sharing mine and looking at other people's rsgf files. I think it would also be a good PR step

Haha, not at the moment. I think a website like eidogo for RSGF would be nice, it would allow to review games on a smartphone.
In fact, I started to "standardize" the way information is stored into RSGF file (so I am working to define a set of SGF properties used by GRP) to make it possible to implement RSGF viewer (without the analysis part) for that raison.
_________________
I am the author of
GoReviewPartner, a small software aimed at assisting reviewing a game of Go. Give it a try!