org.pokersource.enum
Class MatchupOutcome
java.lang.Object
org.pokersource.enum.MatchupOutcome
public class MatchupOutcome
extends java.lang.Object
Encodes the probability and pot equity for each player of a single
matchup, where a matchup is a confrontation between players who each
hold a single known hand.
matchEV
public double[] matchEV
matchProb
public double matchProb
MatchupOutcome
public MatchupOutcome(double matchProb,
matchEV[] )
merge
public void merge(MatchupOutcome other)
Merge the results of two outcomes for the same matchup. The merged
EV is the weighted average of the two outcome EVs, with the weight
being the probability assigned to each matchup. This method can be
used to keep a running average of outcomes for a specific matchup;
this is useful only when the outcome EV is estimated by a monte
carlo sample of outcomes.
PokerSource Home Page - Learn how you can contribute!