public class SelectBest extends Object implements SolutionSelector
| Constructor and Description |
|---|
SelectBest() |
| Modifier and Type | Method and Description |
|---|---|
static SelectBest |
getInstance() |
VehicleRoutingProblemSolution |
selectSolution(Collection<VehicleRoutingProblemSolution> solutions) |
String |
toString() |
public static SelectBest getInstance()
public VehicleRoutingProblemSolution selectSolution(Collection<VehicleRoutingProblemSolution> solutions)
selectSolution in interface SolutionSelectorCopyright © 2013–2024. All rights reserved.