Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bridge: Stop passing when too strong #168

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

antross
Copy link
Member

@antross antross commented Sep 6, 2023

Fix #167

Previously if no bids matched because the hand was too strong for any of them (and didn't fit the shape of others) the bot would pass unless partner's bid was forcing.

This change uncaps bids when this situation is hit allowing the bot to make a bid it was otherwise too strong for (which is at least better than passing, if not always optimal).

Fix #167

Previous/y if no bids matched because the hand was too strong for any of them (and didn't fit the shape of others) the bot would pass unless partner's bid was forcing.

This change uncaps bids when this situation is hit allowing the bot to make a bid it was otherwise too strong for (which is at least better than passing, if not always optimal).
@antross
Copy link
Member Author

antross commented Sep 6, 2023

Needs more discussion on whether there's a better fallback approach before this is ready to merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bridge: Bot failed to raise partner's minor opening
1 participant