Example #1
0
 def __init__(self, opt, op, old_op):
     OptimizationResult.__init__(self, opt, op)
     self.old_op = old_op
Example #2
0
 def __init__(self, opt, op, save, nextop):
     OptimizationResult.__init__(self, opt, op)
     self.save = save
     self.nextop = nextop
Example #3
0
 def __init__(self, opt, op, old_op):
     OptimizationResult.__init__(self, opt, op)
     self.old_op = old_op
Example #4
0
 def __init__(self, opt, op, save, nextop):
     OptimizationResult.__init__(self, opt, op)
     self.save = save
     self.nextop = nextop