| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm.recreate |
| Modifier and Type | Method and Description |
|---|---|
BestInsertionBuilder |
BestInsertionBuilder.considerFixedCosts(double weightOfFixedCosts) |
BestInsertionBuilder |
BestInsertionBuilder.setActivityInsertionCostCalculator(ActivityInsertionCostsCalculator activityInsertionCostsCalculator) |
BestInsertionBuilder |
BestInsertionBuilder.setConcurrentMode(ExecutorService executor,
int nuOfThreads) |
BestInsertionBuilder |
BestInsertionBuilder.setLocalLevel() |
BestInsertionBuilder |
BestInsertionBuilder.setLocalLevel(boolean addDefaultMarginalCostCalculation)
If addDefaulMarginalCostCalculation is false, no calculator is set which implicitly assumes that marginal cost calculation
is controlled by your custom soft constraints.
|
BestInsertionBuilder |
BestInsertionBuilder.setRouteLevel(int forwardLooking,
int memory) |
BestInsertionBuilder |
BestInsertionBuilder.setRouteLevel(int forwardLooking,
int memory,
boolean addDefaultMarginalCostCalculation) |
Copyright © 2013–2024. All rights reserved.