PokerSource Java API

Uses of Class
org.pokersource.enum.BeliefVector

Packages that use BeliefVector
org.pokersource.enum Provides classes that enumerate or sample the possible outcomes of a poker hand, define hand distributions, define subjective belief probabilities over hand distributions, and compute subjective pot equity based on these beliefs. 
 

Uses of BeliefVector in org.pokersource.enum
 

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

Methods in org.pokersource.enum 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 equity of each player based on a belief distribution for each player's hands.
 


PokerSource Java API

PokerSource Home Page - Learn how you can contribute!