def init(self, boot_spec): ExpSwitcher.init(self, boot_spec) self.boot_spec = boot_spec self.stages = [] self.current_stage = Stage(self.boot_spec)
def __init__(self, max_t=10): ExpSwitcher.__init__(self, beta=1) self.max_t = max_t