On Thu, 2008-08-28 at 16:26 -0400, Don Dailey wrote: > Steve, > > If you go here: > > > http://cgos.boardspace.net/9x9/digest.txt > > http://cgos.boardspace.net/13x13/digest.txt > > http://cgos.boardspace.net/19x19/digest.txt > > > you will get a compact digest of all games played that is up to date > within a few hours at any particular moment. With awk, sort, grep, uniq > and other tools you can quickly figure out whatever it is you need to > know. I'll probably put a link to this, it's used by the program which > keeps the bayes stats up to date.
This file looks like this - where the first entry is the white player: 1|2008-08-03 15:12|Gnugo-3.7.10-a1|Fast|W+Resign 6|2008-08-03 17:00|Gnugo-3.7.10-a1|Valkyria3.1.2|W+Resign 7|2008-08-03 17:09|Gnugo-3.7.10-a1|Fast|W+Resign 8|2008-08-03 17:29|Valkyria3.1.2|Gnugo-3.7.10-a1|B+Resign 9|2008-08-03 17:47|Gnugo-3.7.10-a1|Valkyria3.1.2|W+Resign 10|2008-08-03 18:07|Fast|Valkyria3.1.2|B+Resign 11|2008-08-03 18:08|Gnugo-3.7.10-a1|Fuego-387-8c|B+0.5 13|2008-08-03 18:27|Valkyria3.1.2|Fast|W+Resign 12|2008-08-03 18:29|Fuego-387-8c|Gnugo-3.7.10-a1|W+Resign 16|2008-08-03 18:30|AverageLib|Fast|W+Resign 14|2008-08-03 18:33|Gnugo-3.7.10-a1|AmiGoGtp|W+265.5 15|2008-08-03 18:52|Valkyria3.1.2|Fuego-387-8c|B+Resign 19|2008-08-03 18:53|Fast|AverageLib|B+204.5 18|2008-08-03 19:10|Valkyria3.1.2|AmiGoGtp|W+13.5 17|2008-08-03 19:13|Gnugo-3.7.10-a1|Fuego-387-8c|B+0.5 21|2008-08-03 19:14|AmiGoGtp|AverageLib|W+1.5 20|2008-08-03 19:32|Fuego-387-8c|Gnugo-3.7.10-a1|W+0.5 22|2008-08-03 19:33|Valkyria3.1.2|Fast|W+Resign 24|2008-08-03 19:35|AmiGoGtp|Fast|W+195.5 23|2008-08-03 19:53|Fuego-387-8c|Gnugo-3.7.10-a1|W+3.5 26|2008-08-03 19:59|AverageLib|Gnugo-3.7.10-a1|B+154.5 25|2008-08-03 20:08|Fuego-387-8c|AmiGoGtp|W+13.5 28|2008-08-03 20:17|AmiGoGtp|Gnugo-3.7.10-a1|B+226.5 29|2008-08-03 20:29|AverageLib|Fuego-387-8c|B+88.5 31|2008-08-03 20:35|Gnugo-3.7.10-a1|AverageLib|W+177.5 30|2008-08-03 20:46|AmiGoGtp|Fuego-387-8c|B+53.5 32|2008-08-03 20:49|Gnugo-3.7.10-a1|AverageLib|W+209.5 > - Don > > > > > > > > On Thu, 2008-08-28 at 12:44 -0400, steve uurtamo wrote: > > out of curiosity, can you estimate the largest number of opponents > > that all played each other a reasonable number of times? (i.e. what's > > the largest subset of opponents and number of games that you > > can choose so that everyone started playing everyone else in > > the subset without anyone leaving for good)? i've got some HMM > > code lying around and could generate the full matrix of win probabilities > > from such a dataset. > > > > this would answer the question, "just how intransitively do these players > > play against one another". > > > > s. > > > > On Thu, Aug 28, 2008 at 12:37 PM, Don Dailey <[EMAIL PROTECTED]> wrote: > > > If you ever want to try, I can give you the data for cgos in compact > > > form that you can experiment with (one line per game - 2 names and 1 > > > result + date) or you can simply extract them from the archived games. > > > > > > - Don > > > > > > > > > On Thu, 2008-08-28 at 17:44 +0200, Rémi Coulom wrote: > > >> This was my post about multi-dimensional Elo: > > >> http://www.mail-archive.com/[email protected]/msg06267.html > > >> > > >> I have not tried it since that time. > > >> > > >> Rémi > > >> _______________________________________________ > > >> computer-go mailing list > > >> [email protected] > > >> http://www.computer-go.org/mailman/listinfo/computer-go/ > > > > > > _______________________________________________ > > > computer-go mailing list > > > [email protected] > > > http://www.computer-go.org/mailman/listinfo/computer-go/ > > > > > _______________________________________________ > computer-go mailing list > [email protected] > http://www.computer-go.org/mailman/listinfo/computer-go/ _______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
