| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm | |
| com.graphhopper.jsprit.core.algorithm.termination |
| Modifier and Type | Method and Description |
|---|---|
void |
VehicleRoutingAlgorithm.addTerminationCriterion(PrematureAlgorithmTermination terminationCriterion)
Adds a termination criterion to the collection of already specified termination criteria.
|
void |
VehicleRoutingAlgorithm.setPrematureAlgorithmTermination(PrematureAlgorithmTermination prematureAlgorithmTermination)
Sets premature termination and overrides existing termination criteria.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IterationWithoutImprovementTermination
Terminates algorithm prematurely based on iterations without any improvement (i.e.
|
class |
TimeTermination
Terminates algorithm prematurely based on specified time.
|
class |
VariationCoefficientTermination
Terminates algorithm prematurely based on variationCoefficient (http://en.wikipedia.org/wiki/Coefficient_of_variation).
|
Copyright © 2013–2020. All rights reserved.