I just implemented an extension of 50% of the remaining depth for moves that convert to a Pawn ending in KingSlayer. This to prevent it from converting to such a lost end-game by unnecessarily trading its last piece because it lacks the depth to recognize it as lost. While it could have added that depth with negligible impact on the total tree size, as the branching ratio in Pawn endings is very low. So that is what it does now.
The results are a bit funny, though. When it now is ahead one-to-nothing in pieces, it often just gives away the piece for free, to get the extension. Because only with the extension the promotion is within the horizon. This has no effect on the result, of course; it wins those games anyway. But it looks a bit silly...
Pawn-ending extension
Moderators: hgm, Dann Corbit, Harvey Williamson
Forum rules
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
This textbox is used to restore diagrams posted with the [d] tag before the upgrade.
-
- Posts: 174
- Joined: Mon Sep 03, 2007 7:15 am
Re: Pawn-ending extension
That's easy to avoid when you extend recaptures only.