C# Class GR.Gambling.Blackjack.BonusPairsStrategy

Inheritance: Agent
Mostra file Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
Bet ( Game game ) : int
BonusPairsStrategy ( int min_bet, int max_bet, double ev_cutoff ) : System
GetActions ( Game game ) : List
GetBestAction ( Game game ) : ActionType
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Private Methods

Method Description
GetSeenCards ( Game game, bool showdown ) : CardSet

Method Details

Bet() public method

public Bet ( Game game ) : int
game Game
return int

BonusPairsStrategy() public method

public BonusPairsStrategy ( int min_bet, int max_bet, double ev_cutoff ) : System
min_bet int
max_bet int
ev_cutoff double
return System

GetActions() public method

public GetActions ( Game game ) : List
game Game
return List

GetBestAction() public method

public GetBestAction ( Game game ) : ActionType
game Game
return ActionType

Showdown() public method

public Showdown ( Game game ) : void
game Game
return void

TakeInsurance() public method

public TakeInsurance ( Game game ) : bool
game Game
return bool