C# Class BjEval.SuperEval

Show file Open project: alexhanh/Botting-Library

Public Methods

Method Description
Initialize ( Game game ) : void
TakeInsurance ( Game game ) : bool

Private Methods

Method Description
DoubleEv ( ) : double
HitEv ( ) : double
InitializeEvaluation ( [ activeHands, int numActiveHands, bool allBusted, int numBusted, int dealerUpcard, [ SizeConst = 10)]int[]shoeCounts, int betSize ) : void
InsuranceEv ( int bet_size, [ SizeConst = 10)]int[]shoe ) : double
SplitEv ( int split_card, int max_splits ) : double
StandEv ( ) : double
SurrenderEv ( ) : double

Method Details

Initialize() public static method

public static Initialize ( Game game ) : void
game GR.Gambling.Blackjack.Game
return void

TakeInsurance() public static method

public static TakeInsurance ( Game game ) : bool
game GR.Gambling.Blackjack.Game
return bool