public class RandomSelection extends Object implements SelectionOperator<List<? extends Solution>,List<? extends Solution>>
| Constructor and Description |
|---|
RandomSelection()
Constructor
|
RandomSelection(int numberOfSolutionsToBeReturned)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Solution> |
execute(List<? extends Solution> solutionList)
Execute() method
|
Copyright © 2015. All rights reserved.