C# Class GR.Gambling.Blackjack.BonusPairsStrategy

Inheritance: Agent
Afficher le fichier Open project: alexhanh/Botting-Library Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
GetSeenCards ( Game game, bool showdown ) : CardSet

Method Details

Bet() public méthode

public Bet ( Game game ) : int
game Game
Résultat int

BonusPairsStrategy() public méthode

public BonusPairsStrategy ( int min_bet, int max_bet, double ev_cutoff ) : System
min_bet int
max_bet int
ev_cutoff double
Résultat System

GetActions() public méthode

public GetActions ( Game game ) : List
game Game
Résultat List

GetBestAction() public méthode

public GetBestAction ( Game game ) : ActionType
game Game
Résultat ActionType

Showdown() public méthode

public Showdown ( Game game ) : void
game Game
Résultat void

TakeInsurance() public méthode

public TakeInsurance ( Game game ) : bool
game Game
Résultat bool