Uses of Class
org.pokersource.enumerate.BeliefVector

Packages that use BeliefVector
bot.module.equity   
org.pokersource.enumerate   
 

Uses of BeliefVector in bot.module.equity
 

Methods in bot.module.equity that return BeliefVector
private  BeliefVector SubjectiveAllinEquity.getBeliefVector(java.lang.String string)
          Returns the BeliefVector for the given string depending on the game type.
 

Uses of BeliefVector in org.pokersource.enumerate
 

Subclasses of BeliefVector in org.pokersource.enumerate
 class HoldemBeliefVector
          A concrete implementation of BeliefVector for the game of Holdem.
 

Methods in org.pokersource.enumerate with parameters of type BeliefVector
static void SAIE.FlopGameSAIE(int gameType, int nmatchups, int noutcomes, BeliefVector[] handDistribs, long board, long dead, double[] ev, java.util.Map matchups, java.util.Map orderings)
          Compute the subjective all-in subjectiveAllinEquity of each player based on a belief distribution for each player's hands.