C# Class GR.Gambling.Blackjack.DualStrategy

Inheritance: Agent
显示文件 Open project: alexhanh/Botting-Library Class Usage Examples

Public Properties

Property Type Description
Diff double
IsDiff bool

Public Methods

Method 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 method

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

DealCard() public method

public DealCard ( Card card ) : void
card Card
return void

DualStrategy() public method

public DualStrategy ( Agent primary, Agent secondary ) : System
primary Agent
secondary Agent
return System

GetBestAction() public method

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

ResetShoe() public method

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

ShoeEV() public method

public ShoeEV ( ) : double
return double

Showdown() public method

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

TakeInsurance() public method

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

Property Details

Diff public_oe property

public double Diff
return double

IsDiff public_oe property

public bool IsDiff
return bool