KataGo icon indicating copy to clipboard operation
KataGo copied to clipboard

Is it possible to analyze a position with different weights at 40b and choose the point with the highest win rate to play?

Open awsjgyjgy opened this issue 3 years ago • 1 comments

awsjgyjgy avatar May 10 '22 23:05 awsjgyjgy

Sure, it's possible. Download a program like katrain or ogatak or q5go or whatever, run multiple instances of those programs with multiple instances of KataGo using different neural net weights files, and analyze the position and then pick whatever move you like.

If you want to do it programatically, then write your own scripts to communicate using GTP or kata's analysis engine and do the same thing.

lightvector avatar May 11 '22 01:05 lightvector