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

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

공개 메소드들

메소드 설명
Bet ( Game game ) : int
BonusPairsStrategy ( int min_bet, int max_bet, double ev_cutoff ) : System
GetActions ( Game game ) : List
GetBestAction ( Game game ) : ActionType
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

비공개 메소드들

메소드 설명
GetSeenCards ( Game game, bool showdown ) : CardSet

메소드 상세

Bet() 공개 메소드

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

BonusPairsStrategy() 공개 메소드

public BonusPairsStrategy ( int min_bet, int max_bet, double ev_cutoff ) : System
min_bet int
max_bet int
ev_cutoff double
리턴 System

GetActions() 공개 메소드

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

GetBestAction() 공개 메소드

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

Showdown() 공개 메소드

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

TakeInsurance() 공개 메소드

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