About Capturing Races

If you're new to the game and have questions, post them here.
RobertJasiek
Judan
Posts: 6272
Joined: Tue Apr 27, 2010 8:54 pm
GD Posts: 0
Been thanked: 797 times
Contact:

Re: About Capturing Races

Post by RobertJasiek »

jumapari wrote:In his book Richard Hunter speaks about "weak eyes". [...]
Is there any theory about this?
See https://www.lifein19x19.com/viewtopic.p ... 67#p257667
jumapari
Dies in gote
Posts: 45
Joined: Wed May 13, 2020 1:34 pm
GD Posts: 0
Has thanked: 30 times
Been thanked: 3 times

Re: About Capturing Races

Post by jumapari »

RobertJasiek wrote:
jumapari wrote:In his book Richard Hunter speaks about "weak eyes". [...]
Is there any theory about this?
See https://www.lifein19x19.com/viewtopic.p ... 67#p257667
Thank you! Next time I'll read your comments with more attention ;-)
Kirby
Honinbo
Posts: 9552
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: About Capturing Races

Post by Kirby »

Reading often implies not only the iteration of possible move candidates, but also pruning out branches where the end state is already known. Everybody does this.

One example that comes to mind is a heuristic I heard that says, "in life and death problems, if one side captures 3 stones, they get an eye for that capture". I think this isn't 100% true, but it's true very often. So it means that while I'm doing life and death problems, except for those exceptional cases, I can treat the capture of >= 3 stones as an eye - and I don't have to read out the actual formation of an eye. It speeds things up a little bit, and I can come to recognize exceptions to this rule and revisit as necessary.

Anyway, rules like this help with pruning, which is something that good readers do all of the time - either explicitly or by experience.

But it's important to understand the nuances of things so that when those pruning heuristics aren't applicable, you don't accidentally apply them.
be immersed
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: About Capturing Races

Post by Bill Spight »

jumapari wrote:In his book Richard Hunter speaks about "weak eyes". Eyes that have less liberties as it seems, but there is not so much explanation about this. As far as I can see those eyes are mainly in the corner, where its most easy for the attacker of the eye to create a eye within the eye.
Is there any theory about this?
Thanks!
Depends on what you mean by theory. ;) A theory can be a set of facts, i.e., an explicit theory. It can be, and usually is, an implicit theory, i.e, a description of those facts. I think that the explicit theory of weak eyes is complete. That is, every weak eye with the relevant play has been recorded somewhere. As for the implicit theory, what Hunter said is an implicit theory of weak eyes.

BTW, there are eyes that have fewer liberties than they appear to have that are not weak eyes. They are called big eyes. That's not exactly what Hunter said. There is a formula for counting the liberties of big eyes. But there are some big eyes where the formula is wrong. It gives too many liberties. The reason, as Hunter indicates, is that the opponent may make an eye inside the big eye or threaten to do so. Even if correct, that implicit theory is not much help without some of the explicit theory as a guide.

Fortunately, Sensei's Library provides some of the explicit theory on this page. https://senseis.xmp.net/?BigEyesCanBeSmallInTheCorner :)
Last edited by Bill Spight on Mon Jun 22, 2020 11:41 am, edited 1 time in total.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
Bill Spight
Honinbo
Posts: 10905
Joined: Wed Apr 21, 2010 1:24 pm
Has thanked: 3651 times
Been thanked: 3373 times

Re: About Capturing Races

Post by Bill Spight »

Kirby wrote:Reading often implies not only the iteration of possible move candidates, but also pruning out branches where the end state is already known. Everybody does this.

One example that comes to mind is a heuristic I heard that says, "in life and death problems, if one side captures 3 stones, they get an eye for that capture". I think this isn't 100% true, but it's true very often.
One result of capturing three connected stones.
Click Here To Show Diagram Code
[go]$$W One eye
$$ --------------
$$ . X C C C X .
$$ . O X X X X .
$$ . O O O O X .
$$ . . . . . . .[/go]
Click Here To Show Diagram Code
[go]$$W One eye
$$ --------------
$$ . X 1 2 C X .
$$ . O X X X X .
$$ . O O O O X .
$$ . . . . . . .[/go]
If :w1:, :b2: makes an eye at :ec:.

Another result of capturing three connected stones.
Click Here To Show Diagram Code
[go]$$B No eye
$$ -----------------
$$ . X X C C C X X .
$$ . . O X X X O . .
$$ . . O O O O O . .
$$ . . . . . . . . .[/go]
Click Here To Show Diagram Code
[go]$$B No eye
$$ -----------------
$$ . X X 1 . 2 X X .
$$ . . O X X X O . .
$$ . . O O O O O . .
$$ . . . . . . . . .[/go]
If :b1:, :w2: prevents an eye, except a defective or "false" eye.

(N.B. There are rare cases where the defective eye produced by capturing :w2: will make life.)
Last edited by Bill Spight on Mon Jun 22, 2020 11:45 am, edited 2 times in total.
The Adkins Principle:
At some point, doesn't thinking have to go on?
— Winona Adkins

Visualize whirled peas.

Everything with love. Stay safe.
Kirby
Honinbo
Posts: 9552
Joined: Wed Feb 24, 2010 6:04 pm
GD Posts: 0
KGS: Kirby
Tygem: 커비라고해
Has thanked: 1583 times
Been thanked: 1707 times

Re: About Capturing Races

Post by Kirby »

Yeah, this kind of nuance shows that the heuristic doesn't always work. It helps with pruning in many cases, but you need to know when it doesn't.
be immersed
jumapari
Dies in gote
Posts: 45
Joined: Wed May 13, 2020 1:34 pm
GD Posts: 0
Has thanked: 30 times
Been thanked: 3 times

Re: About Capturing Races

Post by jumapari »

Bill Spight wrote:
Fortunately, Sensei's Library provides some of the explicit theory on this page. https://senseis.xmp.net/?BigEyesCanBeSmallInTheCorner :)
Thanks a lot! Exactly that what I was looking for!
Post Reply