Restart
Restart
¶
Bases: SearchAlgorithm
Source code in evotorch/algorithms/restarter/restart.py
__init__(problem, algorithm_class, algorithm_args={}, **kwargs)
¶
Base class for independent restarts methods Args: problem (Problem): A Problem to solve algorithm_class (Type[SearchAlgorithm]): The class of the search algorithm to restart algorithm_args (dict): Arguments to pass to the search algorithm on restart