C# 클래스 GR.Gambling.Blackjack.OptStrategy

상속: Agent
파일 보기 프로젝트 열기: alexhanh/Botting-Library 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

Bet() 공개 메소드

public Bet ( Game game ) : int
game Game
리턴 int

DealCard() 공개 메소드

public DealCard ( Card card ) : void
card Card
리턴 void

GetActions() 공개 메소드

public GetActions ( Game game ) : List
game Game
리턴 List

GetBestAction() 공개 메소드

public GetBestAction ( Game game ) : ActionType
game Game
리턴 ActionType

OptStrategy() 공개 메소드

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

ResetShoe() 공개 메소드

public ResetShoe ( Game game ) : void
game Game
리턴 void

ShoeEV() 공개 메소드

public ShoeEV ( ) : double
리턴 double

Showdown() 공개 메소드

public Showdown ( Game game ) : void
game Game
리턴 void

TakeInsurance() 공개 메소드

public TakeInsurance ( Game game ) : bool
game Game
리턴 bool