gnugo-devel
[Top][All Lists]
Advanced

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

Re: [gnugo-devel] dynamic connection status?


From: Tristan Cazenave
Subject: Re: [gnugo-devel] dynamic connection status?
Date: Fri, 18 Jan 2002 18:30:22 +0100

> If I were to design a connection reader, I would set it up much
> simpler. I would keep recursive_connect() and recursive_disconnect()
> essentially as they are but radically change the move generation.
> Instead of having various functions trying connect and disconnect in
> some specific number of moves I would have one single move generation
> function which computes some "connection distance" measure around the
> two strings and generates moves which try to increase or decrease this
> distance depending on whether a connect or disconnect move is wanted.
> 

It is worth trying and comparing the two approaches. Moreover some of
the
code you will write, for example the distance code can also prove useful
in my architecture.
Maybe we can have a variable that switches the move generation, and then
compare both approaches easily.
I follow this approach because It worked well in my capture search, but
maybe connection is a different story.

Tristan.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]