On Sat 26 May 2007 (18:54 +0100), Nikos Karavas wrote: > Hi all, I use GNUbg to analyze my games. I am interested in > generating a graph with > (1) equity after each move > (2) error made after each move > (3) luck
>I tried to use the following GNUbg command : > export game equityevolution <filename> > > but I get the message "That command is not yet implemented" > Does anyone knows if this works or if there is another way to export > these data to a tab delimited file so I can use a spreadsheet like > Excel to make a graph out of it? Thanks in advance Nikos (MasterCom7) There is no direct way to get this information directly from gnubg. However, all the data you want is available from a .sgf file saved after analysing the match. Getting the data out is a bit of a challenge, I could write a python script to do this (in fact, it would be easier for me to write it than to describe what's needed). Getting information for doubling actions is more problematic - I'm not sure how to do that from a .sgf file. If there's sufficient interest, I'll try writing such a script. -- Jim Segrave [EMAIL PROTECTED] _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
