コード例 #1
0
ファイル: test_theano_gp.py プロジェクト: cyip/hyperopt
 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
ファイル: test_theano_gp.py プロジェクト: cyip/hyperopt
 def __init__(self):
     GensonBandit.__init__(self, source_string=self.test_str)
コード例 #3
0
ファイル: test_theano_gp.py プロジェクト: cyip/hyperopt
 def __init__(self, a, b):
     GensonBandit.__init__(self, source_string=self.test_str)
     self.a = a
     self.b = b