The analysis commands are useful for the modern GTP interface tool, like Sabaki. It shows the current win-rate, best move and the other informations. The engine supports the following GTP analysis commands.
-
analyze, genmove_analyze [player (optional)] [interval (optional)] ...
- The behavior is same as
lz-analyze
,lz-genmove_analyze
.
- The behavior is same as
-
lz-analyze, lz-genmove_analyze [player (optional)] [interval (optional)] ...
- Extension GTP commands of
lz-analyze
andlz-genmove_analyze
. Support theinfo
,move
,visits
,winrate
,prior
,lcb
,order
,pv
,scoreLead
labels. More detail to see KataGo GTP Extensions.
- Extension GTP commands of
-
kata-analyze, kata-genmove_analyze [player (optional)] [interval (optional)] ...
- Subset of
kata-analyze
andkata-genmove_analyze
. Support theinfo
,move
,visits
,winrate
,prior
,lcb
,order
,pv
,scoreLead
labels. More detail to see KataGo GTP Extensions.
- Subset of
-
Optional Keys
- All analysis commands support the following keys.
interval <int>
: Output a line every this many centiseconds.minmoves <int>
: There is no effect.maxmoves <int>
: Output stats for at most N different legal moves (NOTE: Leela Zero does NOT currently support this field);avoid PLAYER VERTEX,VERTEX,... UNTILDEPTH
: Prohibit the search from exploring the specified moves for the specified player, untilUNTILDEPTH
ply deep in the search.allow PLAYER VERTEX,VERTEX,... UNTILDEPTH
: Equivalent toavoid
on all vertices EXCEPT for the specified vertices. Can only be specified once, and cannot be specified at the same time asavoid
.ownership True
: Output the predicted final ownership of every point on the board.movesOwnership True
: Output the predicted final ownership of every point on the board for every individual move.