def __init__(self, model): """Constructor. """ BaseSimulator.__init__(self, model) self.model = model self.__algorithm = SimStrategy1(self)