I'm just curious -- for the all-vs-all tournament, do all players play the same number of games or do stronger players play more? One way to do that (and allow it to be an arbitrary-length / open-ended tournament) would be to apply UCT to select the two players for the next game. Just a thought. Maybe there are better ways.
On Sun, Feb 13, 2011 at 7:00 PM, Matthew Woodcraft <[email protected]> wrote: > I've just put up version 0.6 of Gomill at http://mjw.woodcraft.me.uk/gomill/ . > > Gomill is a suite of tools, and a Python library, for testing and tuning > Go-playing programs; the main program is basically a version of twogtp > with lots of added features. > > > The main changes from version 0.5 are: > > - There's a new all-play-all tournament type. > > - I've expanded the library interface for accessing tournament results, > and documented it properly. > > > I'm happy to hear about any bugs, feature requests, questions, and so > on. > > In particular, I'd be interested to know if anyone is using it > successfully on Mac OS X. > > -M- > _______________________________________________ > Computer-go mailing list > [email protected] > http://dvandva.org/cgi-bin/mailman/listinfo/computer-go > _______________________________________________ Computer-go mailing list [email protected] http://dvandva.org/cgi-bin/mailman/listinfo/computer-go
