C# Class GR.Gambling.Blackjack.OptStrategy

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

Public Methods

Method Description
Bet ( Game game ) : int
DealCard ( Card card ) : void
GetActions ( Game game ) : List
GetBestAction ( Game game ) : ActionType
OptStrategy ( int max_bet, double ev_cutoff, double pp_multiplier ) : System
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

GetActions() public method

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

GetBestAction() public method

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

OptStrategy() public method

public OptStrategy ( int max_bet, double ev_cutoff, double pp_multiplier ) : System
max_bet int
ev_cutoff double
pp_multiplier double
return System

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