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:
Crazy Sensei wrote:Red bars indicate errors. Errors of Black are below the middle line, and errors of White are above.
I think it should read more like:
Crazy Sensei wrote:Red bars indicate where Crazy Sensie believes he could have find a better move
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:
- 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...
The third case is apparently ignored by Crazy Sensei (yes, it makes sense from Crazy Sensei's author point of view
I will consider that if I implement a graph into GoReviewPartner.