| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingAlgorithm |
PrettyAlgorithmBuilder.build() |
VehicleRoutingAlgorithm |
VehicleRoutingAlgorithmFactory.createAlgorithm(VehicleRoutingProblem vrp) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchrimpfInitialThresholdGenerator.informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
SchrimpfAcceptance.informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
ExperimentalSchrimpfAcceptance.informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
| Modifier and Type | Method and Description |
|---|---|
VehicleRoutingAlgorithm |
Jsprit.Builder.buildAlgorithm() |
VehicleRoutingAlgorithm |
GreedySchrimpfFactory.createAlgorithm(VehicleRoutingProblem vrp)
Creates the
VehicleRoutingAlgorithm. |
VehicleRoutingAlgorithm |
SchrimpfFactory.createAlgorithm(VehicleRoutingProblem vrp)
Creates the
VehicleRoutingAlgorithm. |
static VehicleRoutingAlgorithm |
Jsprit.createAlgorithm(VehicleRoutingProblem vehicleRoutingProblem) |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingAlgorithmListeners.algorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
AlgorithmStartsListener.informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
| Modifier and Type | Method and Description |
|---|---|
void |
VariationCoefficientTermination.informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
void |
TimeTermination.informAlgorithmStarts(VehicleRoutingProblem problem,
VehicleRoutingAlgorithm algorithm,
Collection<VehicleRoutingProblemSolution> solutions) |
Copyright © 2013–2020. All rights reserved.