hello i am trying to evaluate equity for for a hands ie AcAd in holdem heads-up.
this code seem to works fine:
omp::EquityCalculator eq;
eq.start({"AcAd","random"},0,0,true,5e-5,nullptr,0.2,4);
But now i would like to use the AcAd hands as their numerical representation (4*Ranks+Suit) for "AcAd" it is [12,13]
how can i instantiate a CardRange from a Hand or an array of int ?
hello i am trying to evaluate equity for for a hands ie AcAd in holdem heads-up.
this code seem to works fine:
But now i would like to use the AcAd hands as their numerical representation (4*Ranks+Suit) for "AcAd" it is [12,13]
how can i instantiate a CardRange from a Hand or an array of int ?