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

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

공개 메소드들

메소드 설명
Bet ( Game game ) : int
DealCard ( Card card ) : void
GetActions ( Game game ) : List
GetBestAction ( Game game ) : ActionType
ResetShoe ( Game game ) : void
ShoeEV ( ) : double
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

메소드 상세

Bet() 공개 추상적인 메소드

public abstract 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 abstract GetBestAction ( Game game ) : ActionType
game Game
리턴 ActionType

ResetShoe() 공개 메소드

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

ShoeEV() 공개 메소드

public ShoeEV ( ) : double
리턴 double

Showdown() 공개 추상적인 메소드

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

TakeInsurance() 공개 추상적인 메소드

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