Hello, I've been searching the web for some specificanion of the poker-network protocol, but I've found none. I would like to write my own client and thus I...
... There is none. ... If you could read python that would help. Check http://gna.org/projects/pokersource/ source tree. All file with packet in the name...
Well, now I finally know what does each packet mean, but I was unable to determine how to send/receive the packets. I mean - how to encode/decode the packets?...
There is a fascinating thread on 2+2 about building the next generation of poker hand evaluators. Several posters have reported 7-card hand eval rates well...
Quite some time ago, "Cactus Kev" created a webpage about his fast 5-card hand eval: http://www.suffecool.net/poker/evaluator.html It exploits the equivalence...
Actually in under 10 cycles per hand... ;-) High Card = 23294460 Pair = 58627800 Two Pair = 31433400 Three of a Kind = 6461620 Straight = 6180020 Flush =...
That's awesome, Ray. I'm experiencing awe. ;-) Can we squeeze this some more by *first* thinking about the fastest possible hash index functions, and then...
I did almost the same thing about 12 years ago when CPU cycles and RAM were more expensive. I created a table that returned a two values, one if the hand was...
... If you're going to do a table lookup, is there some significant advantage from the binary representation over, say, index = card0+52*(card1 + 52*(card2 ......
Having suggested the bit-friendly representation, I'm now working on making it obsolete. :) If we roll-up the cards 6 bits at a time and compose a 4-card...
Most people on this list won't need any further explanation of Mike White (mykey1961?) and Ray Wotten's approach. But in case it helps at all, here's a post I...
Actually, I wrote some C++ code to do exactly this - I actually worked out a minimal perfect hash for the representations. Basically, an evaluation is a sort...
Hi, I am interested in a program which optimally solves the wager works casino game of Texas Hold'em shoot out, I am also interested in the variance but not as...
I just did a quick read of the rules. If I haven't misunderstood how the game is played, an optimal strategy will involve many hands that call the raise with...
I would also expect that all or close to all hands should play, getting at least 3:1 odds, favourable implied odds, and a free pass to the showdown. 32o wins...
Darse, Thanks for the reply - I dont expect there to be a player edge here but am interested in what the optimal strategy and house edge is, along with looking...
I am looking for someone who can build a SIMPLE Java standalone applet that uses poker-engine and poker-eval. I am willing to pay for the app. This donsnt need...
... Hi, I'm willing to implement this for you. I need to know what you need though ;-) Can you describe a simple use case, with bullet points ? You can write...
Thank you for your response!!! Let me know how much you would like for this. I hope i filled out the information that you liked with enough info. let me know ...
Is it possible to use Keith Rules C# evaluator for multi-way match-ups? I haven't succeeded to get it working, and I don't know why. Maybe you can? The results...
Hello pokersource people, There is another email list dedicated to discussion about the pokersource libraries: https://mail.gna.org/listinfo/pokersource-users/...
I am looking to integrate a hand evaluator into my current poker software. A lot of the actions of my poker player were essentially hardcoded for the final...
Just had some time from poker because there was a big race meeting and I wanted to spend some time doing other stuff. Had a nice little touch on Aiden...
I have downloaded pokersource using Cygwin. I would like to build and test pypoker-eval and eventually try to build a Windows version of poker-network and...
Hi to all my poker chums who have been patient and understanding in these difficult times? The website is now up and ready for testing. Have had a look around...