Exemplo n.º 1
0
    def init(self, boot_spec):
        ExpSwitcher.init(self, boot_spec)

        self.boot_spec = boot_spec
        self.stages = []
        self.current_stage = Stage(self.boot_spec)
Exemplo n.º 2
0
    def init(self, boot_spec):
        ExpSwitcher.init(self, boot_spec)

        self.boot_spec = boot_spec
        self.stages = []
        self.current_stage = Stage(self.boot_spec)
Exemplo n.º 3
0
 def __init__(self, max_t=10):
     ExpSwitcher.__init__(self, beta=1)
     self.max_t = max_t
Exemplo n.º 4
0
 def __init__(self, max_t=10):
     ExpSwitcher.__init__(self, beta=1)
     self.max_t = max_t