catch22 Posted December 30, 2008 Report Share Posted December 30, 2008 I need a way, from a computer program, to determine certain characteristics of a hand. In particular, 1. Does a hand contain scattered or concentrated values. KQ2 54 52 AQJT32 vs Q32 K2 Q2 AJT5322. Is a suit a good quality or poor quality. e.g. Q97432 vs AQ9765 I could have a good stab at defining this for myself, but would prefer to use existing evaluation methods if they do exist Does anyone know if there are any algorithms to analyse these types of characteristics and if they exist are they written up anywhere. Quote Link to comment Share on other sites More sharing options...
matmat Posted December 30, 2008 Report Share Posted December 30, 2008 i think that the kaplan-rubens hand evaluator does something like this:http://www.gg.caltech.edu/~jeff/knr.cgi i believe it was originally written up in the Bridge World. a little more info on the method is here:http://www.gg.caltech.edu/~jeff/knr.txt Quote Link to comment Share on other sites More sharing options...
H_KARLUK Posted December 30, 2008 Report Share Posted December 30, 2008 Quite simple. Thinking process is different than any human. Software using a simulation. Unknowns constructed consistent. Each analyze double dummy. Here's an example of 2008 World Computer Bridge Championship : [hv=d=s&v=n&n=sa74ha95dakq3cq96&w=sq5h6dj9865cj8752&e=sj9632hqj8dt2ck43&s=skt8hkt7432d74cat]399|300|Contract 6 ♥ , ♠ Q led[/hv] WBridge5 won at hand. ♥ played to Ace. Then both hands low ♥. Duck !Now ♦ ten. ♦ Ace, ♥. 5 cards ending :[hv=d=s&v=n&n=sa74ha95dakq3cq96&w=sq5h6dj9865cj8752&e=sj9632hqj8dt2ck43&s=skt8hkt7432d74cat]399|300|Contract 6 ♥ , ♠ Q led[/hv] ♠A squeezed W. ♦ discard bad, obligatory ♣ thrown. Now time to squeeze East. ♦KQ ! Must keep ♠ knave, already pitched ♣. ♣AT good.+1430 You can try http://www.automaton.gr/tt/en/OddsTbl.htm Quote Link to comment Share on other sites More sharing options...
matmat Posted December 30, 2008 Report Share Posted December 30, 2008 Quite simple. Thinking process is different than any human. Software using a simulation. Unknowns constructed consistent. Each analyze double dummy. Irrelevant to the question asked. Quote Link to comment Share on other sites More sharing options...
ASkolnick Posted December 30, 2008 Report Share Posted December 30, 2008 1. Yes, you can create an alfgorithm. The dealer program (by Hans Van Sternen) is the one I love. It uses a function Quality to evaluate each suit and CCCC for the overall. This uses Kaplan-Reubens evaluation. To evaluate "scattered values" versus "concentrated", once could take the standard deviation of the combined 4 suit Quality. Where your breakpoint of what you consider "scattered" I don't know. Quote Link to comment Share on other sites More sharing options...
helene_t Posted December 30, 2008 Report Share Posted December 30, 2008 Something that is relatively easy to do is a statistical analysis of large bridge result databases. I made a logistic regression analysis of some 100.000 DD results in which there was no major suit fit. The optimal coefficients of the honours turned out to be4.23.01.81.0 The model was logit(p("3 NT makes")) = a #aces + b#kings + c#queens + d#jacks Something similar could be made involving honor position and shape. Quote Link to comment Share on other sites More sharing options...
matmat Posted December 30, 2008 Report Share Posted December 30, 2008 you could also always calculate ZARs Quote Link to comment Share on other sites More sharing options...
TimG Posted December 30, 2008 Report Share Posted December 30, 2008 Something that is relatively easy to do is a statistical analysis of large bridge result databases. I made a logistic regression analysis of some 100.000 DD results in which there was no major suit fit. The optimal coefficients of the honours turned out to be4.23.01.81.0 The model was logit(p("3 NT makes")) = a #aces + b#kings + c#queens + d#jacks Something similar could be made involving honor position and shape. Helene, I wonder why you precluded a major suit fit, but not a minor suit fit. Presumably your are counting tricks and it shouldn't matter, for evaluation purposes, whether those tricks are won by minor suit cards or major suit cards. I'd love to see how this breaks down by honor combination. Tim Quote Link to comment Share on other sites More sharing options...
MarkDean Posted December 30, 2008 Report Share Posted December 30, 2008 Something that is relatively easy to do is a statistical analysis of large bridge result databases. I made a logistic regression analysis of some 100.000 DD results in which there was no major suit fit. The optimal coefficients of the honours turned out to be4.23.01.81.0 The model was logit(p("3 NT makes")) = a #aces + b#kings + c#queens + d#jacks Something similar could be made involving honor position and shape. This is an interesting idea. I wonder if Q's are found to be overvalued due to DD analysis: opposite ATx, KJx is just as good as KQx (well unless there is an entry issue). Quote Link to comment Share on other sites More sharing options...
TimG Posted December 30, 2008 Report Share Posted December 30, 2008 Something that is relatively easy to do is a statistical analysis of large bridge result databases. I made a logistic regression analysis of some 100.000 DD results in which there was no major suit fit. The optimal coefficients of the honours turned out to be4.23.01.81.0 The model was logit(p("3 NT makes")) = a #aces + b#kings + c#queens + d#jacks Something similar could be made involving honor position and shape. This is an interesting idea. I wonder if Q's are found to be overvalued due to DD analysis: opposite ATx, KJx is just as good as KQx (well unless there is an entry issue). Yes, it would be fascinating to see the analysis done on a large set of deals from BBO play, both on a DD and an actual result basis. Then compare the results. Quote Link to comment Share on other sites More sharing options...
hotShot Posted December 30, 2008 Report Share Posted December 30, 2008 There is an old thread where tysen2k discusses a lot of this.He posted most of this in rgb too. Quote Link to comment Share on other sites More sharing options...
P_Marlowe Posted December 30, 2008 Report Share Posted December 30, 2008 Something that is relatively easy to do is a statistical analysis of large bridge result databases. I made a logistic regression analysis of some 100.000 DD results in which there was no major suit fit. The optimal coefficients of the honours turned out to be4.23.01.81.0 The model was logit(p("3 NT makes")) = a #aces + b#kings + c#queens + d#jacks Something similar could be made involving honor position and shape. It was a good analysis, but just proved one thing: The 4321 count is fairly good, because you also mentionedthat the likelhood of correct prediction of making 3NTonly increase by a small degree, compare with the 4321 count. Which is not surprising: The 4321 count was developed for balanced hand, and there was statistical / propability analysis involved in the developement of the 4321 count. With kind regardsMarlowe Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.