Class DefaultRestartStrategy<S extends Solution<?>>
java.lang.Object
org.uma.jmetal.util.restartstrategy.impl.DefaultRestartStrategy<S>
- All Implemented Interfaces:
RestartStrategy<S>
public class DefaultRestartStrategy<S extends Solution<?>>
extends Object
implements RestartStrategy<S>
Created by antonio on 6/06/17.
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultRestartStrategy(RemoveSolutionsStrategy<S> removeSolutionsStrategy, CreateNewSolutionsStrategy<S> createNewSolutionsStrategy) -
Method Summary
Modifier and TypeMethodDescriptionvoidrestart(List<S> solutionList, DynamicProblem<S, ?> problem)
-
Constructor Details
-
DefaultRestartStrategy
public DefaultRestartStrategy(RemoveSolutionsStrategy<S> removeSolutionsStrategy, CreateNewSolutionsStrategy<S> createNewSolutionsStrategy)
-
-
Method Details
-
restart
- Specified by:
restartin interfaceRestartStrategy<S extends Solution<?>>
-