Свойство | Тип | Описание | |
---|---|---|---|
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 | ||
Результат |
protected GameLogger,GR.Gambling.Blackjack game_logger | ||
Результат |