T
- the type of solution the factory will randomizepublic interface AbstractSolutionFactory<T extends GeneticAlgorithmSolution>
Modifier and Type | Method and Description |
---|---|
T |
randomSolution()
Provides a randomized solution used for generating an initial population.
|
T randomSolution()