Пример #1
0
 def __init__(self, a, b, c, d):
     GensonBandit.__init__(self, source_string=self.test_str)
     # relevances to loss function:
     self.a = a
     self.b = b
     self.c = c
     self.d = d
Пример #2
0
 def __init__(self):
     GensonBandit.__init__(self, source_string=self.test_str)
Пример #3
0
 def __init__(self, a, b):
     GensonBandit.__init__(self, source_string=self.test_str)
     self.a = a
     self.b = b