-
Notifications
You must be signed in to change notification settings - Fork 41
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
Extending redeal #49
Comments
I am not really actively developing redeal anymore (I guess I'll try to maintain it in a working state but no more than that); the feature set is essentially based on what was present in the original tcl deal. I would suggest that you just fork the project if you want to add many features to it. |
I have forked it, so you can later take a look and see if there is anything you want to add. But I had some trouble of defining Shape for 10-card suits, and it would be nice to some way of specifying a singlesuited hand. |
What do you exactly want to specify? |
Smartstacking (https://github.com/anntzer/redeal?tab=readme-ov-file#smartstacking) may help for very rare hand types. |
Yes, but I am creating logic for bidding, and then the logic is input for the handgenerator to generate samples, so I am not aiming at rare handtypes, I just need to be sure, they are possible. But we seem to have a general problem with shape, not just redeal but in general, perhaps we should use Hex. |
I am adding a lot of new criterias used for selecting a deal.
It is not clear for me, which should be part of redeal, and which I should keep in my own code, and the line between properties (hcp, qp etc) and functions (balanced, losers, etc) doesn't seem clear.
I am sure you can improve my implementation, but let me know if you are interested in adding some of it to redeal
The text was updated successfully, but these errors were encountered: