[computer-go] Bradley-Terry Model

Jason House jason.james.house at gmail.com
Thu Jan 17 12:57:07 PST 2008


On Jan 1, 2008 9:27 PM, Jason House <jason.james.house at gmail.com> wrote:

> I've started an open source implementation for computing the strength of
> move features.  It's not done yet, but will eventually be posted to
> http://housebot.svn.sourceforge.net/viewvc/housebot/trunk/elo/
>

I posted this a few days ago.  Comments/criticism is welcome.
sample.txtcontains an example of the expected input format.

There is one critical feature that I must still add - batch updates to
independent features instead of all features.  The code works for the sample
but might not work for more complex data sets.

The implementation loads everything to memory and I'm assuming/hoping that
if swapping occurs, it won't make the program any slower than rereading the
input file with each iteration.

My next step is to get my bot to generate a real input file, and feed the
elo output back into the program.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://computer-go.org/pipermail/computer-go/attachments/20080117/53b2f684/attachment.htm


More information about the computer-go mailing list