[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 574: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 630: sizeof(): Parameter must be an array or an object that implements Countable
WeWeWeb .NET • How to use the Deal Engine in WeWeWeb's Android Client
Page 1 of 1

How to use the Deal Engine in WeWeWeb's Android Client

Posted: Thu Apr 11, 2013 1:43 pm
by willy
Deal Engine is a new option which replaces the old Lucky Hand Option. It allows you have a better control of the hand you want to deal.

The old lucky option is a simple mechanism which simply ensures that the player's hand has at least 10HCP. However, the deal engine can do much more but it needs the user to have a basic understanding on how it works.

Image

When the Deal Engine Option is firstly enabled, all the weights are set to 1. The weight tells the relative chance of each case will be dealt. The all 1s setting means the chance of dealing a slam hand is same as a part-score hand. This is obviously an unrealistic setting. So what should be the correct setting. In fact, this is a quite subjective question and it solely depends on the kind of deal you want more.

What I want to tell you now is the approximate weight setting in the Pair HCP session of a normal deal. According to The ACBL's Official Bridge Encyclopedia, the probability of a deal of total HCP for a partner is shown on the following table:

Image

With the above data, we can calculate probability of each range:

31-40: 1.27755%
26-39: 11.368%
23-25: 17.63%
18-22: 39.448%
15-17: 17.63%
10-14: 11.368%
0-9: 1.27755%

To convert the percentage to the weight, scale them by 2 and round it to nearest integer will do. That is:

31-40: 3
26-39: 23
23-25: 35
18-22:69
15-17:35
10-14: 23
0-9:3

In order to simulate the lucky hand effect, just remove their game out. One have,

31-40:3
26-39: 23
23-25:35
18-22:69
15-17:0
10-14:0
0-9:0

Note that the Deal Engine is not really a random deal engine which means the distribution with a hcp range is not natural. So, besides practice, it is better to switch the Deal Engine off in order to enjoy a real Bridge Game.