C# Class GR.Gambling.Blackjack.DualStrategy

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

Méthodes publiques

Свойство Type Description
Diff double
IsDiff bool

Méthodes publiques

Méthode Description
Bet ( Game game ) : int
DealCard ( Card card ) : void
DualStrategy ( Agent primary, Agent secondary ) : System
GetBestAction ( Game game ) : ActionType
ResetShoe ( Game game ) : void
ShoeEV ( ) : double
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Method Details

Bet() public méthode

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

DealCard() public méthode

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

DualStrategy() public méthode

public DualStrategy ( Agent primary, Agent secondary ) : System
primary Agent
secondary Agent
Résultat System

GetBestAction() public méthode

public 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 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

Property Details

Diff public_oe property

public double Diff
Résultat double

IsDiff public_oe property

public bool IsDiff
Résultat bool