프로퍼티 | 타입 | 설명 | |
---|---|---|---|
betting_system | |||
current_bet | int | ||
ev_cutoff | double | ||
game_logger | |||
max_bet | int | ||
max_splits | int | ||
min_bet | int | ||
shoe | |||
shoe_ev | double | ||
split_count | int |
메소드 | 설명 | |
---|---|---|
Bet ( int roll_before ) : int | ||
BonusPairsAgent ( int min_bet, int max_bet, double ev_cutoff, |
||
GetAction ( |
||
GetActions ( |
||
ResetShoe ( bool forced ) : bool | ||
RoundOver ( |
||
TakeInsurance ( |
||
ValidateActions ( |
메소드 | 설명 | |
---|---|---|
EvaluateEV ( ) : void | ||
ExpectedMoney ( |
||
GetActionEV ( |
||
InitializeRound ( ) : void |
public BonusPairsAgent ( int min_bet, int max_bet, double ev_cutoff, |
||
min_bet | int | |
max_bet | int | |
ev_cutoff | double | |
betting_system | ||
리턴 | System |
public GetAction ( |
||
seen_cards | ||
dealer_upcard | ||
player_hands | ||
active_hand | int | |
available_actions | List |
|
리턴 | ActionType |
public GetActions ( |
||
seen_cards | ||
dealer_upcard | ||
player_hands | ||
active_hand | int | |
available_actions | List |
|
리턴 | List |
public RoundOver ( |
||
seen_cards | ||
dealer_hand | ||
player_hands | ||
game_id | long | |
roll_after | int | |
리턴 | void |
public TakeInsurance ( |
||
seen_cards | ||
리턴 | bool |
public ValidateActions ( |
||
active_hand | ||
available_actions | List |
|
리턴 | void |
protected BettingSystem,GR.Gambling.Blackjack.Betting betting_system | ||
리턴 |