Interface SolutionsCreation<S extends Solution<?>>

Type Parameters:
S - Solution
All Known Implementing Classes:
LatinHypercubeSamplingSolutionsCreation, RandomSolutionsCreation, ScatterSearchSolutionsCreation
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SolutionsCreation<S extends Solution<?>>
Interface representing entities that create a list of solutions applying some strategy (e.g, random)
Author:
Antonio J. Nebro (ajnebro@uma.es)