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
def __init__(self): GensonBandit.__init__(self, source_string=self.test_str)
def __init__(self, a, b): GensonBandit.__init__(self, source_string=self.test_str) self.a = a self.b = b