Exemplo n.º 1
0
    def __init__(self, net):

        Base.__init__(self, net)
        self.id = 'diff'
Exemplo n.º 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()
Exemplo n.º 3
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'default'
Exemplo n.º 4
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'var'
Exemplo n.º 5
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'float'
Exemplo n.º 6
0
 def __init__(self, net):
     Base.__init__(self, net)
     self.id = 'coeffs'