Beispiel #1
0
    def __init__(self, net):

        Base.__init__(self, net)
        self.id = 'diff'
Beispiel #2
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'free_var'
     self.params["free_var_prefix"] = lambda val, state: "idx" + val.upper()
Beispiel #3
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'default'
Beispiel #4
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'var'
Beispiel #5
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'float'
Beispiel #6
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'coeffs'