Re: This 'n' that
Posted: Sun May 05, 2019 1:11 am
Tryss got it right. 
On the board we have:
r = {5 || -1 | -7}
a = {6 | -4}
b = {6 | -3}
c = {5 | -3}
d = {4 | -3}
e = {1 | 0}
The comparisons are these.
If
s > a
or
(s > a - d + e and t > a + e)
or
(s > a - b + c - d + e and t > a + c - d + e)
Then play in r
Else play in a.
Is 6 > 10 ? No.
Is 6 > 10 - 7 + 1 = 4 ? Yes.
Is 12 > 10 + 1 = 11 ? Yes.
The second condition is satisfied, so White should play in r.
White wins by 1 pt., 13 to 12.
----
I decided to add two simple gote with score differences 9 and 8 (i.e., between 10 and 7) and to keep everything else the same, except for making the score for correct play come out -1. That kept the conditions for playing in r the same, because the comparisons that include the added gote never got triggered. The point being that White plays in r in each example in order to get the last play before the big temperature drop from 3½ to ½. This is really a last move problem.
OC, it need not be. I could have constructed an example with 5 gote so that the reasons for playing in r or a were not so clear. However, in these examples a play in a gains 5 pts. while a play in r gains only 4½ pts. Getting the last play before the temperature drop is the reason for taking the smaller initial gain.
On the board we have:
r = {5 || -1 | -7}
a = {6 | -4}
b = {6 | -3}
c = {5 | -3}
d = {4 | -3}
e = {1 | 0}
The comparisons are these.
If
s > a
or
(s > a - d + e and t > a + e)
or
(s > a - b + c - d + e and t > a + c - d + e)
Then play in r
Else play in a.
Is 6 > 10 ? No.
Is 6 > 10 - 7 + 1 = 4 ? Yes.
Is 12 > 10 + 1 = 11 ? Yes.
The second condition is satisfied, so White should play in r.
White wins by 1 pt., 13 to 12.
----
I decided to add two simple gote with score differences 9 and 8 (i.e., between 10 and 7) and to keep everything else the same, except for making the score for correct play come out -1. That kept the conditions for playing in r the same, because the comparisons that include the added gote never got triggered. The point being that White plays in r in each example in order to get the last play before the big temperature drop from 3½ to ½. This is really a last move problem.
OC, it need not be. I could have constructed an example with 5 gote so that the reasons for playing in r or a were not so clear. However, in these examples a play in a gains 5 pts. while a play in r gains only 4½ pts. Getting the last play before the temperature drop is the reason for taking the smaller initial gain.