Poker-AI.org Poker AI and Botting Discussion Forum 2022-04-08T09:48:47+00:00 http://poker-ai.org/phpbb/feed.php?f=24&t=3539 2022-04-08T09:48:47+00:00 2022-04-08T09:48:47+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3539&p=9061#p9061 <![CDATA[Re: Hand and Information Situation Isomorphism Generation]]>
/* Generates legal suit patterns for all legal rank patterns.
*
* Legal rank patterns are 222, 223, 233, 234 but not 232, 235 or 333. For speed only prototypes are generated.
* Legal suit patterns are ccc, ccd, cdc, cdd, cdh but not cch, dcc.
* Not all legal suit patterns can be combined with all legal rank patterns. Clearly 222 and ccc are impossible.
* Some rank suit combinations are duplicates. eg 2234 cdcd and cddc
*
* The duplicates are removed finding ranks by suit. eg 2c2d3c4d becomes c23 d24, and 2c2d3d4c becomes c24 d23.
*
*/

Strikes me the state machine that underlies the evaluator I posted does the job too.

Sorry I can't help more

Statistics: Posted by spears — Fri Apr 08, 2022 9:48 am


]]>
2022-04-07T01:09:00+00:00 2022-04-07T01:09:00+00:00 http://poker-ai.org/phpbb/viewtopic.php?t=3539&p=9060#p9060 <![CDATA[Hand and Information Situation Isomorphism Generation]]> Statistics: Posted by cubesnyc — Thu Apr 07, 2022 1:09 am


]]>