public BonusPairsStrategy(int min_bet, int max_bet, double ev_cutoff)
 {
     agent = new BonusPairsAgent(min_bet/100, max_bet/100, ev_cutoff, null);
 }
 public BonusPairsStrategy(int min_bet, int max_bet, double ev_cutoff)
 {
     agent = new BonusPairsAgent(min_bet / 100, max_bet / 100, ev_cutoff, null);
 }