def __getstate__(self):
        return {
            'opts': self.opts,
            'fun': self.fun,
            'config': self.config,