On 6/7/07, Don Dailey <[EMAIL PROTECTED]> wrote:

I noticed there is almost no activity on the 19x19 server.


I can run an old version of housebot (0.4) on the server.  It does 1-ply
search with heuristics, so its rating would be quite low, but it's almost
zero CPU load.  It can run 24/7 minus outages due to my unreliable internet
connection.


It would be nice to get some competition going, it doesn't matter if
it's playing well below gnugo's level, a lot of program play at that
level so it would be great.


In a few weeks, housebot 0.6 will start on the 9x9 server.  Probably a week
or two after that it'll start on the 19x19 server as well.  It'll be a
massive CPU hog and will split its time between the various servers.  By
default, I'd probably end up with a simple shell scripts along the lines of
the following:

#! /bin/sh
while [1 -eq 1]
do
 ./housebot-cgos --server=9x9 --numgames=1
 ./housebot-cgos --server=19x19 --numgames=1
 ./housebot-kgs --numgames=1
done
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to