| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm |
| Modifier and Type | Method and Description |
|---|---|
SearchStrategy |
SearchStrategyManager.getRandomStrategy()
Returns search strategy that has been randomly selected.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchStrategy> |
SearchStrategyManager.getStrategies() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStrategyManager.addStrategy(SearchStrategy strategy,
double weight)
adds a new search strategy with a certain weight.
|
PrettyAlgorithmBuilder |
PrettyAlgorithmBuilder.withStrategy(SearchStrategy strategy,
double weight) |
Copyright © 2013–2016. All rights reserved.