[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: computer-go: Dobbelt moves
On Tue, Feb 27, 2001 at 09:05:22AM +0100, Petersen Kjeld-WFKP1396 wrote:
> This is my first mail into the computer-go mailling list.
> So I want to contribute with a little teori of mine !
> I call it "dobbelt move testing".
>
> If I should write a program that should check the importancy of a move,
> I would make a move follow by a move in the same color.
>
> The value of the first move is equal to the influence of the sum of
> all possible or good moves followed by the first move.
>
> Ex:
>
> ...........7
> ...........6
> ...........5
> ....OX.....4
> ....OX.....3
> ...aOX.....2
> ..aax......1
> abcdefghijk
>
> This is the best example that I could setup for the moment.
>
> The value of the (black=X) e1 move is equal to the sum of the
> influence black making the moves
> VALUE_e1 = (e1 & d1) + (e1 & c1) + (e1 & d2)
>
> The program should now only make that first black move, and then
> test with 2 white moves to see have good the first black move is to
> resist any moves from white.
>
> Does any one understand my example ???
>
> The dobbelt move should be make to test how important a sente move is.
> There could also be the possibility to test if the program should
> prevent a sente move (Gote) and test how important that move is !!!
The analysis and examples in _Mathematical Go_ (Berlekamp and Wolfe,
ISBN 1-56881-032-6) show that the importance of moves is only
partially ordered. Since real numbers are totally ordered, you will
get less-than-ideal results if you try to express the importance of a
move with a single real number. Trying your theory on the examples in
the book would probably demonstrate this.
--
William Harold Newman <william.newman@xxxxxxxxxxxxxxxxx>
software consultant
PGP key fingerprint 85 CE 1C BA 79 8D 51 8C B9 25 FB EE E0 C3 E5 7C