コード例 #1
0
 def __init__(self):
   SimulatorTemplate.__init__(self)
コード例 #2
0
 def __init__(self, epsilon=0.0):
   SimulatorTemplate.__init__(self)
   self.epsilon = epsilon
コード例 #3
0
 def __init__(self, temperature=1.0):
   SimulatorTemplate.__init__(self)
   self.temperature = temperature