[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: computer-go: Searches



Heikki Levanto <heikki@xxxxxxxxxxxxxxxxx> wrote:

> I can think of a few different ("local") look-ahead procedures that 
> should exist in most programs:
>
> [Description of a number of functions deleted]
>

Take a look at GNU Go (http://www.gnu.org/software/gnugo/). This is a
freely available Go program.  Its main strength lies actually in
tactical reading since it is pretty weak strategically.

There is a file called reading.c which contains functions of the type
you described.  I think you will find a few ideas that you can use.

	-Inge Wallin
	Member of the GNU Go team.