SolutionType - solution type of created local searches, required to extend Solution@FunctionalInterface public interface LocalSearchFactory<SolutionType extends Solution> extends SearchFactory<SolutionType>
| Modifier and Type | Method and Description |
|---|---|
LocalSearch<SolutionType> |
create(Problem<SolutionType> problem)
Create a local search, given the problem to solve.
|
LocalSearch<SolutionType> create(Problem<SolutionType> problem)
create in interface SearchFactory<SolutionType extends Solution>problem - problem to solveCopyright © 2016. All rights reserved.