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