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

Re: [Problems to Attack] Re: On Game Space Size



More important for playing good go is:

0: what is sufficient for a group of stones to be stable.  Stable means that
you can tenuki and don't need to add a defensive move.  In the fuseki, a
single stone is often stable, even though it obviously doesn't have two
eyes :)
If your program adds stones to stable groups to make two eyes, it will lose
quickly.

David

>
>	There is a lot of fun & useful problems to hack for go programming. Here
>is my list:
>
>	1. What is sufficient for a group of stones to live? Two formed eyes or
>co-survive. What else? Maybe I should say "what is sufficient for a group
>with no eyes to form two eyes?"
>	2. What is necessary for a group of stones to live? Guaranteed to have
>more than 1 liberty. For simplicity, if we only consider the two eye case,
>what is necessary for a group of stones with no eyes to form two eyes?
>	We are talking about sufficiency & necessity here.
>	3. How to calculate the strength of connection between two groups?
>	4. How to tell if a pattern is boarder sensitive? Or in other words, when
>should we consider the boarders when a pattern is concerned?
>	5. ...
>
>	I'd be overjoyed to know any theorems, corollaries, & lemmas for the above
>problems.
>
>	Thanks.
>
>-- Mousheng Xu
>	
>		
>
>