PDA

View Full Version : academic question


chapstick
03-26-2005, 07:10 PM
Hi,

Does anyone know good resources for poker-related algorithms? I'm interested in simple mechanical things like efficient ways to determine the best poker hand from a set of 7-cards, and even more involved things like algorithms for dealing with incomplete information.

I already have simple ones down like: given 7 cards, determine if it contains a flush. If not, determine if it contains a straight, etc. It's not "clean" though so I thought I'd ask here if any knew of a good place to look.

Thanks

Jerrod Ankenman
03-26-2005, 07:45 PM
http://sourceforge.net/projects/pokersource/

chapstick
03-26-2005, 07:53 PM
Perfect! I should have thought of sourceforge... a great way to learn python too. Thanks.