So you basically play 1 game at a time - 1 per server.

I suggest that you will play many more games if you play them in bigger
batches, perhaps 3 or 4 games each.   When you finish a 9x9 game,  you
will likely have a long wait for a 19x19 games.   

Could you get a bit more clever?  When a 19x19 game is complete, there
is a very good chance you have time to play a 9x9 game before the next
19x19 round starts.
That of course depends on how quickly housebot and it's opponent plays
the 19x19 game and where the 9x9 scheduling point is.  

Even if you don't get too clever, this might be a better order:

while (true)

   loop N times
     play a 19x19 game
     play a 9x9 game
   endloop
   
   play N games on KGS

outerLoop

The idea is that you might get to play a 19x19 AND a 9x9 in the time it
would take to play 1 19x19 game on average.

However, if you "miss the bus" (do not finish 9x9 game before the 19x19
starts) 
it might be WORSE than some other method.

- Don


On Thu, 2007-06-07 at 09:41 -0400, Jason House wrote:
> 
> 
> 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