public class SelectRandomly extends Object implements SolutionSelector
| Constructor and Description |
|---|
SelectRandomly() |
| Modifier and Type | Method and Description |
|---|---|
static SelectRandomly |
getInstance() |
VehicleRoutingProblemSolution |
selectSolution(Collection<VehicleRoutingProblemSolution> solutions) |
void |
setRandom(Random random) |
public static SelectRandomly getInstance()
public VehicleRoutingProblemSolution selectSolution(Collection<VehicleRoutingProblemSolution> solutions)
selectSolution in interface SolutionSelectorpublic void setRandom(Random random)
Copyright © 2013–2016. All rights reserved.