Interface CreateNewSolutionsStrategy<S extends Solution<?>>
- All Known Implementing Classes:
CreateNRandomSolutions
public interface CreateNewSolutionsStrategy<S extends Solution<?>>
- Author:
- Antonio J. Nebro
-
Method Summary
-
Method Details
-
create
Add a number of new solutions to a list ofSolutionobjects- Parameters:
solutionList-problem-numberOfNewSolutions-
-