예제 #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