Poker-AI.org Poker AI and Botting Discussion Forum 2019-04-20T13:43:55+00:00 http://poker-ai.org/phpbb/feed.php?f=33&t=3210 2019-04-20T13:43:55+00:00 2019-04-20T13:43:55+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3210&p=7909#p7909 <![CDATA[Re: Buying Omaha Equity calculator]]> Statistics: Posted by mlatinjo — Sat Apr 20, 2019 1:43 pm


]]>
2019-04-19T19:32:36+00:00 2019-04-19T19:32:36+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3210&p=7907#p7907 <![CDATA[Re: Buying Omaha Equity calculator]]> https://github.com/andrewprock/pokerstove

hand evaluators
http://pokersource.sourceforge.net/
https://github.com/WhatMatters/ray_eval

Statistics: Posted by spears — Fri Apr 19, 2019 7:32 pm


]]>
2019-04-19T18:39:08+00:00 2019-04-19T18:39:08+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3210&p=7906#p7906 <![CDATA[Re: Buying Omaha Equity calculator]]> Statistics: Posted by mlatinjo — Fri Apr 19, 2019 6:39 pm


]]>
2019-04-19T12:35:19+00:00 2019-04-19T12:35:19+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3210&p=7905#p7905 <![CDATA[Re: Buying Omaha Equity calculator]]> Then convert it to integer 64bit value. For example like this:

Code:
// Convert hand value to unsined long number (32 bits)
//          4th byte                 3rd byte                    2nd byte                  1st byte
//   [7][6][5][4][3][2][1][0]  [7][6][5][4][3][2][1][0]  [7][6][5][4][3][2][1][0]  [7][6][5][4][3][2][1][0]
//    |  |  |  |  |  |  |  |    |  |  |  |  |  |  |  |    |  |  |  |  |  |  |  |    |  |  |  |  |  |  |  |
//                                           --- STRAIGHT FLUSH ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][1][0][0][1]  [0][0][0][0][0][0][0][0]  [0][0][0][0][*][*][*][*]
//                                         [ hand type]           Hi card in street(0-12)----->[          ]
//                                           --- FOUR OF A KIND ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][1][0][0][0]  [0][0][0][0][*][*][*][*]  [0][0][0][0][*][*][*][*]
//                                         [ hand type]              [   four   ]              [          ]<---Hi card from the rest of cards
//                                             --- FULL HOUSE ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][1][1][1]  [0][0][0][0][*][*][*][*]  [0][0][0][0][*][*][*][*]
//                                         [ hand type]              [   trips  ]              [   pair   ]
//                                                --- FLUSH ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][1][1][0]  [0][0][0][*][*][*][*][*]  [*][*][*][*][*][*][*][*]
//                                         [ hand type]           [         Fife hi cards in flush        ]
//                                              --- STRAIGHT ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][1][0][1]  [0][0][0][0][0][0][0][0]  [0][0][0][0][*][*][*][*]
//                                         [ hand type]           Hi card in street(0-12)----->[          ]
//                                           --- THREE OF A KIND ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][1][0][0]  [0][0][0][0][*][*][*][*]  [*][*][*][*][*][*][*][*]
//                                         [ hand type]              [  trips   ]  [    1st   ][   2nd    ]<---Values of two hi cards         ]
//                                             --- TWO PAIRS ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][0][1][1]  [0][0][0][0][*][*][*][*]  [*][*][*][*][*][*][*][*]
//                                         [ hand type]              [ Hi pair  ]  [ Low pair ][ hi card  ]
//                                                --- PAIR ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][0][1][0]  [*][*][*][*][*][*][*][*]  [*][*][*][*][*][*][*][*]
//                                         [ hand type]  [   pair   ][          ]  [          ][          ]<---three hi cards
//                                              --- HI CARD ---
//   [0][0][0][0][0][0][0][0]  [0][0][0][0][0][0][0][1]  [0][0][0][*][*][*][*][*]  [*][*][*][*][*][*][*][*]
//                                         [ hand type]           [          five hi cards                ]
//                                                                 A  K  Q  J  T    9  8  7  6  5  4  3  2
//
//

Statistics: Posted by nefton — Fri Apr 19, 2019 12:35 pm


]]>
2019-04-18T00:11:45+00:00 2019-04-18T00:11:45+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3210&p=7903#p7903 <![CDATA[Re: Buying Omaha Equity calculator]]>
Do you have some code in c# for representing hands in omaha?

Statistics: Posted by mlatinjo — Thu Apr 18, 2019 12:11 am


]]>
2019-04-17T15:57:52+00:00 2019-04-17T15:57:52+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3210&p=7902#p7902 <![CDATA[Buying Omaha Equity calculator]]>
Does anyone have source code for Omaha Equity Calculator for sell, ideally for c#. Would be good if already using preflop LUTs for headsup.

Statistics: Posted by dobor99 — Wed Apr 17, 2019 3:57 pm


]]>