Let me advertise my "Bridge Hand Creator and Analyzer", a software which might be useful for you for analysis or teaching. It is a Java program. So you need to install a Java JRE. The source is available. Download of the jar file or the source from SourceForge:
https://sourceforge....ge-hand-replay/
Here is a short description of the features:
Create random hands with optional constraints, such as point counts, placed cards, or suit lengths.
Bid and play the hand. In Windows, the DLL by Bo Haglund for double dummy analysis can be used to analyze the contracts that can be made, to show the correct play, to play against correct defense.
Export to HTML, LIN, PBN is possible. HTML export uses CSS and shows the board and bidding or single hands. Import from LIN and PBN is possible. From IntoBridge, hands can be received via the clipboard, including bid and play.
There is an option to start Monte-Carlo deals with the given constraints, collecting good contracts.
R. Grothmann, Germany.
Page 1 of 1
Bridge Hand Creator and Analyzer Advertising my free Java Program
#3
Posted 2025-August-10, 01:53
Like most forums, this one is no longer heavily frequented. Also most people who need these capabilities already have some solution. But give it time.
Could you please describe further and clearly the option to start Monte Carlo deals?
This sounds like it might be a unique feature, if people understand what it means and why it is useful.
Could you please describe further and clearly the option to start Monte Carlo deals?
This sounds like it might be a unique feature, if people understand what it means and why it is useful.
#4
Posted 2025-August-22, 08:00
pescetom, on 2025-August-10, 01:53, said:
Like most forums, this one is no longer heavily frequented. Also most people who need these capabilities already have some solution. But give it time.
Could you please describe further and clearly the option to start Monte Carlo deals?
This sounds like it might be a unique feature, if people understand what it means and why it is useful.
Could you please describe further and clearly the option to start Monte Carlo deals?
This sounds like it might be a unique feature, if people understand what it means and why it is useful.
That allows to create multiple boards using the same constraints. E.g., you can fix N/S cards and create random hands for E/W. Then it does a double dummy analysis for each deal, and shows the medians of the number of tricks possible for each contract, and the 2/3 quantile of scores that could be made.
It is currently a rough estimate. Don't actually now if it is helpful. But since there is no feedback, I stopped working on a more detailed analysis.
#5
Posted Yesterday, 23:16
Seems interesting, but not helpful for me. Code in spoilers simply for "not a brick wall" response, not because there's anything in there to spoil:
While I realize that "10 years of Python programming and 30 years of programming in general", plus "have used this particular package 40 or 50 times" (including to make practise hands for the 6 or 7 SMP modules that are "new" many many times) makes this easier for me than others, this was 15 minutes. Another 15 would probably make the code look good rather than throwaway.
But this question isn't very interesting - I know exactly whether I should have left 2♠ in after:
(which it does, about 60% of the time. Just not this time.)
and that took me 5 minutes to tweak from the previous (half of which involved looking up the format for "SmartStack" *again*).
But if you can get close to this in decent time for normal people (not programmers), you will definitely have something. But as I said, not for me. As pescetom says, "most of us already have a tool". Some of them are noted here, if you want to see what functionality is already available.
PS: for those looking at the somewhat odd accept criteria in that second script, guess which type doubler had?
Spoiler
While I realize that "10 years of Python programming and 30 years of programming in general", plus "have used this particular package 40 or 50 times" (including to make practise hands for the 6 or 7 SMP modules that are "new" many many times) makes this easier for me than others, this was 15 minutes. Another 15 would probably make the code look good rather than throwaway.
But this question isn't very interesting - I know exactly whether I should have left 2♠ in after:
when partner has that hand. And frankly, I'd be surprised if anyone thought otherwise once dummy came down. I'm more interested in:
Spoiler
(which it does, about 60% of the time. Just not this time.)
and that took me 5 minutes to tweak from the previous (half of which involved looking up the format for "SmartStack" *again*).
But if you can get close to this in decent time for normal people (not programmers), you will definitely have something. But as I said, not for me. As pescetom says, "most of us already have a tool". Some of them are noted here, if you want to see what functionality is already available.
PS: for those looking at the somewhat odd accept criteria in that second script, guess which type doubler had?
Long live the Republic-k. -- Major General J. Golding Frederick (tSCoSI)
Page 1 of 1