BBO Discussion Forums: Script to practice bidding Brozel as a 1NT defence - BBO Discussion Forums

Jump to content

Page 1 of 1

Script to practice bidding Brozel as a 1NT defence

#1 User is offline   CraigRT 

  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 2022-February-06
  • Gender:Male
  • Location:Australia

Posted Yesterday, 02:00

I am trying to set up a script to practice my bidding using Brozel to interfere with a strong 1NT opening by the opposition.

I have it set up on the bidding table to have west as the dealer and to randomly rotate the dealer by 180 degrees. My script is below. But when I run it through the dealer program west's hands are not always balanced and north sometimes does get a balanced 4333 shape.

What am I missing?

// West (opposition and dealer) has a strong 1NT opening bid.
1NT_W = shape(west, any 4333 + any 4423 + any 5332)
and hcp(west)>=15
and hcp(west)<=17

// Set the conditions for a Brozel
OC_2C = shape(north, x5x5 + x4x5 + x5x4)
OC_2D = shape(north, x55x + x45x + x54x)
OC_2H = shape(north, 55xx + 54xx + 45xx)
OC_2S = shape(north, 5x5x + 4x5x + 5x4x + 5xx5 + 4xx5 + 5xx4)
OC_2N = shape(north, xx55 + xx45 + xx54)
OC_DB = shape(north, any 6xxx + any 7xxx + any 8xxx)

brozel_OC = OC_2C or OC_2D or OC_2H or OC_2S or OC_2N or OC_DB
brozel = 1NT_W and brozel_OC

condition brozel
0

#2 User is offline   smerriman 

  • PipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 3,770
  • Joined: 2014-March-15
  • Gender:Male

Posted Yesterday, 02:42

View PostCraigRT, on 2024-April-24, 02:00, said:

I have it set up on the bidding table to have west as the dealer and to randomly rotate the dealer by 180 degrees. My script is below. But when I run it through the dealer program west's hands are not always balanced and north sometimes does get a balanced 4333 shape.

What am I missing?

Perhaps a silly question, but are you missing the meaning of the 180 degree rotation? This means West will only have the 1NT hand and North two suited half the time - it will be East and South the other half.
0

#3 User is offline   paulg 

  • PipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 5,057
  • Joined: 2003-April-26
  • Gender:Male
  • Location:Scottish Borders

Posted Yesterday, 07:18

I have no idea what is wrong with the script but I see the same behaviour.

If you change your condition line to:

condition 1NT_W and brozel_OC

then it will work as you expect. I do not understand why this is different.
The Beer Card

I don't work for BBO and any advice is based on my BBO experience over the decades
0

#4 User is offline   smerriman 

  • PipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 3,770
  • Joined: 2014-March-15
  • Gender:Male

Posted Yesterday, 13:47

Weird, I'm sure it was working for me yesterday, though now I see the same error. I believe it's due to using an identifier that starts with a number - change 1NT_W to oneNT_W and it will work too.
0

#5 User is offline   pescetom 

  • PipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 7,328
  • Joined: 2014-February-18
  • Gender:Male
  • Location:Italy

Posted Yesterday, 14:09

Oops, I already knew this limitation but failed to recognize it here :(
0

#6 User is offline   CraigRT 

  • PipPip
  • Group: Members
  • Posts: 10
  • Joined: 2022-February-06
  • Gender:Male
  • Location:Australia

Posted Yesterday, 19:39

View Postsmerriman, on 2024-April-24, 02:42, said:

Perhaps a silly question, but are you missing the meaning of the 180 degree rotation? This means West will only have the 1NT hand and North two suited half the time - it will be East and South the other half.


I would have assumed that when the dealer is rotated then the positions all rotate too. Otherwise how would scripts such as these work?

Otherwise I would need to have some kind of logic to set up different scenarios depending on whether west or east was the dealer.
0

#7 User is offline   paulg 

  • PipPipPipPipPipPipPipPip
  • Group: Advanced Members
  • Posts: 5,057
  • Joined: 2003-April-26
  • Gender:Male
  • Location:Scottish Borders

Posted Today, 01:23

View PostCraigRT, on 2024-April-24, 19:39, said:

I would have assumed that when the dealer is rotated then the positions all rotate too. Otherwise how would scripts such as these work?

They do.

View PostCraigRT, on 2024-April-24, 19:39, said:

Otherwise I would need to have some kind of logic to set up different scenarios depending on whether west or east was the dealer.

With such scripts, constrain the dealer to one seat using the dropdown at the top of the Advanced tab of Deal Source window; in this case West.

Then it generates the hands you want with only West as dealer and North will have a Brozel hand. The randomly rotate option will then rotate some of these hands by 180 degrees, meaning that East will appear as the dealer, with the one no trump opener, and South will have the Brozel hand.

So you just need the one script and not worry about the other hands.

What you cannot do easily within the same script is for North to pass originally and then bid over an opening one no trump.

Fixing the Dealer to a known position is key to most scripts.
The Beer Card

I don't work for BBO and any advice is based on my BBO experience over the decades
0

Page 1 of 1


Fast Reply

  

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users