This has to be some sort of bug. There's no reason not to take the diamond finesse knowing the full distribution and knowing that North still has another diamond.
GIB senselessly concedes setting trick
#1
Posted 2017-November-01, 12:37
This has to be some sort of bug. There's no reason not to take the diamond finesse knowing the full distribution and knowing that North still has another diamond.
#2
Posted 2017-November-01, 13:56
#3
Posted 2017-November-02, 05:08
johnu, on 2017-November-01, 13:56, said:
johnu how do you invoke the hand editor. particularly with respect to money bridge hands which are available only here
http://www.bridgebas.../mbactivity.php
thanks vrock
#4
Posted 2017-November-06, 00:31
Thanks much for pointing this out!
#5
Posted 2017-November-06, 01:16
#6
Posted 2017-November-06, 10:01
smerriman, on 2017-November-06, 01:16, said:
If this isn't a bug, it's a design flaw. There is no way you will convince me that conceding down one when there are possible layouts where a different play succeeds is correct behavior. For example, had GIB gone up with the ace (a play that is, in my opinion, still incorrect design) you could at least argue that it took the opening bid into consideration hoping that the defender would mistakenly play his king under the ace.
If GIB uses a probabilistic model when determining which card to play, it should never assign a probability of zero to a layout that is physically possible. In this case, if it assigns the layout where North started with Kxx in diamonds a probability of .0000000001 and it assumes best play on both sides, it will play the queen or jack because all other layouts result in down one no matter which card it plays and thus the expected value of the play of the queen or jack is infinitesimally greater than the other cards.
#7
Posted 2017-November-06, 13:22
smerriman, on 2017-November-06, 01:16, said:
I call it a bug/design flaw/limitation/etc. Whatever you call it, fuzzy logic would lead to finessing, since playing low on the 10 is 1000% guaranteed to lose a trick, instead of finessing which has some chance of winning if a human South has made an odd bid. And in other auctions, even GIB makes bids that have a description that isn't closely related to the actual hand.
#8
Posted 2017-November-06, 16:28
#9
Posted 2017-November-06, 16:40
Stephen Tu, on 2017-November-06, 16:28, said:
In the end game, how many extra computer resources would it take to just play the queen or jack which can't possibly cost, instead of playing a random card like GIB seems to play (similar to passing unexpectedly when there isn't a bid in the bidding database). Yes, GIB would need to be reprogrammed which is almost certainly unrealistic, but that shows the futility of trying to patch a program that has reached the end of the line.
#10
Posted 2017-November-06, 17:05
If the number of possible permutations times the average amount of time to do a double dummy analysis exceeds your maximum threshold, you resort to sampling but you should generate more hands than you're going to do double dummy analysis on and rank them based on the probability analysis used in the determinative case, choosing only the most likely n hands.