On Jan 1, 2008 9:27 PM, Jason House <[EMAIL PROTECTED]> 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.
_______________________________________________ computer-go mailing list [email protected] http://www.computer-go.org/mailman/listinfo/computer-go/
