C# Class GR.Gambling.Blackjack.PseudoOptStrategy

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

Public Properties

Property Type Description
shoe_expectation double

Public Methods

Method Description
Bet ( Game game ) : int
GetBestAction ( Game game ) : ActionType
PseudoOptStrategy ( ) : System
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Private Methods

Method Description
Ev ( string action ) : ActionEv
Evaluate ( Game game ) : List

Method Details

Bet() public method

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

GetBestAction() public method

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

PseudoOptStrategy() public method

public PseudoOptStrategy ( ) : System
return System

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

shoe_expectation public_oe property

public double shoe_expectation
return double