[computer-go] Go Board Library

2006-12-16 Thread Łukasz Lew
http://www.mimuw.edu.pl/~lew waiting for Your comments :) Lukasz Lew ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

[computer-go] Re: Go Board Library

2006-12-16 Thread Łukasz Lew
Thank You all for Your response :) v0.92.1 bugfixes in board_test better benchmark () [but still pm::rand() loop is most costly] Lukasz On 12/16/06, Łukasz Lew <[EMAIL PROTECTED]> wrote: http://www.mimuw.edu.pl/~lew waiting for Your comments :) Lukasz Lew ___

Re: [computer-go] Re: Go Board Library

2006-12-16 Thread Don Dailey
Thank you for releasing the code Lukasz. - Don On Sat, 2006-12-16 at 17:27 +0100, Łukasz Lew wrote: > Thank You all for Your response :) > > v0.92.1 > bugfixes in board_test > better benchmark () [but still pm::rand() loop is most costly] > > Lukasz > > On 12/16/06, Łukasz Lew <[EMAIL PROT

Re: [computer-go] Slow KGS computer Go Tournament

2006-12-16 Thread David Doshay
Hi, We are using the new KGS for the first time and are bumping incrementally into the changes in the parameter file. Could someone please post one for us? Cheers, David On 14, Dec 2006, at 4:49 AM, Nick Wedd wrote: The 2006 Slow KGS computer Go tournament will be next week, starting

Re: [computer-go] Re: Go Board Library

2006-12-16 Thread Łukasz Lew
On 12/16/06, Don Dailey <[EMAIL PROTECTED]> wrote: Thank you for releasing the code Lukasz. I'm happy to share it. I did what I did, because I can see how big progress was made thanks to cooperation. When I say progress I mean not only MoGo UCT etc, but those dozens of weaker programs that are

Re: [computer-go] Go Board Library

2006-12-16 Thread Ken Friedenbach
Hi Lukasz, Thanks for the posting... One possible space/time optimizatio, trading space for time. I see you embed the 9x9 board into an 11x11 array, and there are /, %, and * operations specified. If you embed into a 16x11 array, these operations should be optimized into shift-right, mask, and

Re: [computer-go] Slow KGS computer Go Tournament

2006-12-16 Thread Hiroshi Yamashita
Hi, > We are using the new KGS for the first time and are bumping > incrementally into the changes in the parameter file. Could someone > please post one for us? Aya's config file is like that, - engine=c:/aya/release/aya.exe firsta

Re: [computer-go] Slow KGS computer Go Tournament

2006-12-16 Thread David Doshay
Thanks much! Cheers, David On 16, Dec 2006, at 3:20 PM, Hiroshi Yamashita wrote: Hi, We are using the new KGS for the first time and are bumping incrementally into the changes in the parameter file. Could someone please post one for us? Aya's config file is like that, --

Re: [computer-go] Slow KGS computer Go Tournament

2006-12-16 Thread David Doshay
Oh ... does this work now? I thought that I remember that rather than tournament = [t/f] it was now something like mode = tournament. We were getting these kinds of errors one at a time. Cheers, David On 16, Dec 2006, at 3:20 PM, Hiroshi Yamashita wrote: Hi, We are using the new KGS for th