View Single Post
  #1  
Old 01-31-2004, 01:33 AM
AndysDaddy AndysDaddy is offline
Junior Member
 
Join Date: Aug 2003
Location: Michigan
Posts: 26
Default Hand evaluator C++ class

Sorry if this is the wrong forum, or too geeky [img]/images/graemlins/smile.gif[/img] , but I've seen a few discussions involving what must be some custom programming. There was a thread a little while ago that was talking about some two-card competitions and trying different call-fold-raise strategies that struck me this way, for instance.

That reminded me that I had a couple of C++ classes that could evaluate the "value" of a hand (pair, striaght, flush, etc) at a rate of over 1,000,000 per second on a 2.2Ghz P3. I have no idea how this compares to other's efforts, but I thought I'd throw it out there. If anyone is interested, let me know and I'll send it to you. I'd also be interested in comparing my algorithm with others'

Now if I can just figure out how to open up private email...
Reply With Quote