C# Class GR.Gambling.Blackjack.Agent

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

Méthodes publiques

Méthode Description
Bet ( Game game ) : int
DealCard ( Card card ) : void
GetActions ( Game game ) : List
GetBestAction ( Game game ) : ActionType
ResetShoe ( Game game ) : void
ShoeEV ( ) : double
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Method Details

Bet() public abstract méthode

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

DealCard() public méthode

public DealCard ( Card card ) : void
card Card
Résultat void

GetActions() public méthode

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

GetBestAction() public abstract méthode

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

ResetShoe() public méthode

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

ShoeEV() public méthode

public ShoeEV ( ) : double
Résultat double

Showdown() public abstract méthode

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

TakeInsurance() public abstract méthode

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