Re: [computer-go] Problem with cgos client

2009-06-06 Thread Lars Nilsson
lmost two years old so I couldn't say if it's still relevant. Maybe you could try using the tcl script directly (in cgosGtp.zip), instead of the packaged binary version (assumption made on my part), if there are no dependencies missing for you. Lars Nilsson > On Sun, Jun 7, 2009 at 03

Re: [computer-go] Problem with cgos client

2009-06-06 Thread Lars Nilsson
much about the cgos client, but perhaps you can set the TMPDIR or TMP environment variable to a directory where you have more space available. Lars Nilsson ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] My experience with Linux

2008-04-09 Thread Lars Nilsson
n source on Linux or BSD, so I can recompile programs for my particular installation, rather than hoping the developer will support it explicitly, as well as keeping up with the relatively rapid changes to the kernel and runtime libraries and any other system part the program happen to rely upon. La

Re: [computer-go] Micro-Matrix GO Machine

2007-11-30 Thread Lars Nilsson
On 11/30/07, Ben Lambrechts <[EMAIL PROTECTED]> wrote: > You find it in http://daogo.org/download/computer_go_02.pdf page 27 > > Ben Has anyone heard of the No-Yoke Importers company? Is the device still for sale? ;) Lars Nilsson

Re: [computer-go] Language

2007-11-14 Thread Lars Nilsson
o need to worry. It's UTF-8 if you don't specify. Lars Nilsson > > > - Original Message > From: Nick Apperson <[EMAIL PROTECTED]> > To: computer-go > Sent: Tuesday, November 13, 2007 10:34:26 PM > Subject: Re: [computer-go] Language > > hahaha

Re: [computer-go] Language

2007-11-12 Thread Lars Nilsson
On 11/12/07, Chris Fant <[EMAIL PROTECTED]> wrote: > I would like some language recommendations. Requirements: > Runs in Linux > Has garbage collection > Fast > Well supported > Can interface with MPI (can make C calls) OCaml. Check on a

Re: [computer-go] FW: Microsoft Research Lectures: Akihiro Kishimoto, Future University-Hakodate

2007-11-05 Thread Lars Nilsson
erhaps it'll be available here, http://www.researchchannel.org/prog/displayinst.aspx?fID=880. Lars Nilsson > > Thanks for bringing this to our attention at any rate :) > > > On 11/5/07, Jack <[EMAIL PROTECTED]> wrote: > > This may be of interest > > JL &

Re: [computer-go] Draughts / Checkers solved

2007-07-19 Thread Lars Nilsson
df if the actual details are of interest. Seems to be written around the time (before or after, I'm not sure) when the first opening line was completely explored. Lars Nilsson ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/

Re: [computer-go] Can a computer beat a human?

2007-01-24 Thread Lars Nilsson
"We also showed theoretically how to obtain the answer without ever running the algorithm, by using a 'chained Zeno' effect." http://www.news.uiuc.edu/news/06/0222quantum.html That should take care of any objection like the universe would end before the computer finished sear

Re: [computer-go] Re: How to improve my minimax speed?

2006-11-14 Thread Lars Nilsson
true in anything as complex as a Go program. To paraphrase Don Rumsfeld, you alpha-beta prune your tree based on the evaluations you got, not the evaluations you wish you had. ;) Lars Nilsson ___ computer-go mailing list computer-go@computer-go.org htt

Re: [computer-go] How to improve my minimax speed?

2006-11-14 Thread Lars Nilsson
both alpha-beta and mini-max, you'll get the same best move. Lars Nilsson alpha-beta.gif Description: GIF image ___ computer-go mailing list computer-go@computer-go.org http://www.computer-go.org/mailman/listinfo/computer-go/