I just ran it and it works wellTapani wrote:If anyone else is interested in something like this - the following Linux shell-script will read the rsgf file and plot a graph over black's win probability.
But the grep/cut command looks like black magic to me
Seems like the win rate graph is becoming more and more popular those days. Maybe I should consider adding one into GoReviewPartner.
I just had a look at the link to Crazy Sensei provided by Uberdude, it's quite similar to GoReviewPartner, the interface is nice.
Regarding the graph, it is described as:
I think it should read more like:Crazy Sensei wrote:Red bars indicate errors. Errors of Black are below the middle line, and errors of White are above.
To build upon djhbrown comment, and if my understanding is correct, Crazy Sensei compares the win rate % of the players moves with that of its own move for each board position. Then, there are three cases:Crazy Sensei wrote:Red bars indicate where Crazy Sensie believes he could have find a better move
- A better win rate is found, then a red bar is displayed
- The same move was played, or the win rate is exactly the same, no display
- A lower win rate is found, meaning that the player played a move that Crazy Sensei evaluates as better than it's own play...
I will consider that if I implement a graph into GoReviewPartner.