Interface RestartStrategy<S extends Solution<?>>
- All Known Implementing Classes:
DefaultRestartStrategy
public interface RestartStrategy<S extends Solution<?>>
Created by antonio on 6/06/17.
-
Method Summary
Modifier and TypeMethodDescriptionvoidrestart(List<S> solutionList, DynamicProblem<S, ?> problem)
-
Method Details
-
restart
-