Re: [computer-go] Help me test CGOS

2007-03-26 Thread Christoph Birk
On Mon, 26 Mar 2007, Jason House wrote: I don't see any games that have an outcome other than winning by points or resignation. Any forfeits or games that are on hold? I have seen games lost by 'forfeit' (typically super-ko) and lost by time. Christoph ___

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Jason House
I don't see any games that have an outcome other than winning by points or resignation. Any forfeits or games that are on hold? Don Dailey wrote: I have a prototype of the new CGOS server up and running. Please help me test it. I have set up a 2 MINUTE SERVER, i.e. 2 minutes per side for

Re: [computer-go] another subject?

2007-03-26 Thread Don Dailey
On Mon, 2007-03-26 at 12:33 -0800, [EMAIL PROTECTED] wrote: > > Your idea is useful if it can be show to be superior in some > > way to other move generation techniques. It may be superior > > in speed or some other metric. > > > > Main superiority I can think of: It becomes easy to combine condi

Re: [computer-go] stderr

2007-03-26 Thread Don Dailey
That is true in bash shells, but tcl isn't bash.I actually saw this on the tcl wiki and thought it to be strange. Apparently, what 2>@ does in the tcl pipe is to direct stderr to the stdout of the program. To send both in bash, I always do this: someprog 2>&1 or to send it to a file: so

Re: [computer-go] stderr

2007-03-26 Thread Chris Fant
I remember it as ./myProg 2>&1 to send myProg's stderr to stdout. On 3/26/07, Don Dailey <[EMAIL PROTECTED]> wrote: My people have asked about sending stderr to the display when running the cgos tcl client. Several people on CGOS use the perl client because of this. I think it can be done b

[computer-go] CGOS loop

2007-03-26 Thread Don Dailey
The testing has uncovered a few bugs that have been fixed. None of them crashed the server or caused a major problem. However, someone is running a client that is reconnecting pretty frequently - I suspect their engine has died. I think I would prefer the behavior to be to kill the script comple

Re: [computer-go] stderr

2007-03-26 Thread Don Dailey
On Mon, 2007-03-26 at 22:34 +0200, Heikki Levanto wrote: > On Mon, Mar 26, 2007 at 03:53:46PM -0400, Don Dailey wrote: > > > > My people have asked about sending stderr to the display when > > running the cgos tcl client. Several people on CGOS use the > > perl client because of this. > > > > I

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
I think it's fixed now. I was indeed leaving the trailing semi-colon. Thanks for the bug report. Can you verify that it's fixed on your browser? - Don On Mon, 2007-03-26 at 21:47 +0200, Heikki Levanto wrote: > On Mon, Mar 26, 2007 at 12:10:05PM -0400, Don Dailey wrote: > > > > I have a proto

[computer-go] MyCtest

2007-03-26 Thread Don Dailey
Would the author of MyCtest send me a private email? I can help you get your client working. It's not working quite correctly yet! I actually have some documenation on the client protocol. - Don ___ computer-go mailing list computer-go@computer-g

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
On Mon, 2007-03-26 at 21:47 +0200, Heikki Levanto wrote: > On Mon, Mar 26, 2007 at 12:10:05PM -0400, Don Dailey wrote: > > > > I have a prototype of the new CGOS server up and running. > > > > http://www.greencheeks.homelinux.org:8015/~drd/CGOS > > > > And report any problems or bugs to me.

Re: [computer-go] another subject?

2007-03-26 Thread forrestc
> Your idea is useful if it can be show to be superior in some > way to other move generation techniques. It may be superior > in speed or some other metric. > Main superiority I can think of: It becomes easy to combine conditions like (example) "All points with one black piece above and one whit

Re: [computer-go] stderr

2007-03-26 Thread Heikki Levanto
On Mon, Mar 26, 2007 at 03:53:46PM -0400, Don Dailey wrote: > > My people have asked about sending stderr to the display when > running the cgos tcl client. Several people on CGOS use the > perl client because of this. > > I think it can be done by appending "2>@ stdout" to the > command line

Re: [computer-go] stderr

2007-03-26 Thread Martin Møller Pedersen
2>@ stdout ? Never heard about a shell with that syntax. Try 2>& 1 instead Regards Martin On 26/03/07, Don Dailey <[EMAIL PROTECTED]> wrote: My people have asked about sending stderr to the display when running the cgos tcl client. Several people on CGOS use the perl client because of this.

[computer-go] stderr

2007-03-26 Thread Don Dailey
My people have asked about sending stderr to the display when running the cgos tcl client. Several people on CGOS use the perl client because of this. I think it can be done by appending "2>@ stdout" to the command line invocation of your program. At least in linux. here is an example bash s

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Heikki Levanto
On Mon, Mar 26, 2007 at 12:10:05PM -0400, Don Dailey wrote: > > I have a prototype of the new CGOS server up and running. > > http://www.greencheeks.homelinux.org:8015/~drd/CGOS > > And report any problems or bugs to me. I have set it up now. My program outputs its debug info on stderr, and

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
Yes, I see it is clearly wrong! I will fix it. Exactly the kind of thing I am looking for! - Don On Mon, 2007-03-26 at 20:17 +0200, Sylvain Gelly wrote: > Hi Don, > > > And report any problems or bugs to me. > I just set MoGo_3k on the new cgos server and everything seems to work > fine so f

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
The client I put on the web site won't work without a minor change. Instead, just grab it again - I fixed the problem. FYI - (if you are interested) the problem was: 1. New tcl client depends on tcl 8.5 - most distribution are not up to date with that yet. 2. The shebang line at the

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
On Mon, 2007-03-26 at 20:17 +0200, Sylvain Gelly wrote: > Hi Don, > > > And report any problems or bugs to me. > I just set MoGo_3k on the new cgos server and everything seems to work > fine so far, except one thing: the cross table results for MoGo are > wrong > (http://www.greencheeks.homelinux

[computer-go] Binary clients for CGOS

2007-03-26 Thread Don Dailey
I have several binary clients for the prototype server that do not require tcl to be installed.Several people have reported issues with tcl versions and such. These clients are just temporary but will work with the protoype test 2 minute server. Linux versions: 32 bit OS: http://w

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Sylvain Gelly
Hi Don, And report any problems or bugs to me. I just set MoGo_3k on the new cgos server and everything seems to work fine so far, except one thing: the cross table results for MoGo are wrong (http://www.greencheeks.homelinux.org:8015/~drd/CGOS/cross/MoGo_G3.4_3k.html), but right if you look a

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
Hi Álvaro, Perhaps I can do this. I haven't programmed in perl in 4 or 5 years so maybe I can get someone to do this for me. The current perl script was written by someone else - hopefully they will agree. However, I can make this work for you. What platform are you running on?I can make

Re: [computer-go] Help me test CGOS

2007-03-26 Thread Álvaro Begué
Don, Will you make a perl script available? I don't have tcl installed on my machines, and the perl script for the old server seems to work well. Thanks, Álvaro. On 3/26/07, Don Dailey <[EMAIL PROTECTED]> wrote: I have a prototype of the new CGOS server up and running. Please help me test it

[computer-go] Help me test CGOS

2007-03-26 Thread Don Dailey
I have a prototype of the new CGOS server up and running. Please help me test it. I have set up a 2 MINUTE SERVER, i.e. 2 minutes per side for the time control. Grab the current client at: http://www.greencheeks.homelinux.org:8015/~drd/public/cgos3.tcl and see the results at: http:/

Re: [computer-go] another subject?

2007-03-26 Thread Don Dailey
> For example, something I suggested the last time I was on a computer go > list, back in the 90's: Take an array of 7 64-bit integers... I believe very similar techniques are pretty common - I don't know how common but it's been used before. I believe you might as well just use use bit-boa

Re: [computer-go] another subject?

2007-03-26 Thread Erik van der Werf
On 3/25/07, forrest curo <[EMAIL PROTECTED]> wrote: Does this bunch ever get around to the merits of various ways of representing the board and arriving at moves? Sure, e.g.: http://computer-go.org/pipermail/computer-go/2006-December/thread.html#7452 For example, something I suggested the l