lightvector / KataGo

GTP engine and self-play learning in Go

Home Page:https://katagotraining.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question about mapping between moveInfo and analyzeTurns

zhongwang97 opened this issue · comments

Not sure I'm getting meaning of analyzeTurns wrong.
If I specify more than one value in the analyzeTurns in the request, how can I know which turn corresponds to each moveInfo in the response?
It looks like each moveinfo should contain a turnNumber field indicating that it is the analyzing result of a certain turn, but right now there is only one turnNumber in the whole response.
Thank you

There will be more than one whole response, one for each turn.

OK got it thank you