| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm | |
| com.graphhopper.jsprit.core.algorithm.module | |
| com.graphhopper.jsprit.core.algorithm.recreate |
| Modifier and Type | Method and Description |
|---|---|
PrettyAlgorithmBuilder |
PrettyAlgorithmBuilder.constructInitialSolutionWith(InsertionStrategy insertionStrategy,
SolutionCostCalculator objFunction) |
| Constructor and Description |
|---|
InsertionInitialSolutionFactory(InsertionStrategy insertionStrategy,
SolutionCostCalculator solutionCostCalculator) |
| Modifier and Type | Method and Description |
|---|---|
InsertionStrategy |
RuinAndRecreateModule.getInsertion() |
| Constructor and Description |
|---|
RuinAndRecreateModule(String moduleName,
InsertionStrategy insertion,
RuinStrategy ruin) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInsertionStrategy |
class |
BestInsertion
Best insertion that insert the job where additional costs are minimal.
|
class |
BestInsertionConcurrent |
class |
RegretInsertion
Insertion based on regret approach.
|
class |
RegretInsertionConcurrent
Insertion based on regret approach.
|
class |
RegretInsertionConcurrentFast
Insertion based on regret approach.
|
class |
RegretInsertionFast
Insertion based on regret approach.
|
| Modifier and Type | Method and Description |
|---|---|
InsertionStrategy |
InsertionBuilder.build() |
InsertionStrategy |
BestInsertionBuilder.build() |
InsertionStrategy |
InsertionStrategyFactory.createStrategy(VehicleRoutingProblem vrp) |
Copyright © 2013–2016. All rights reserved.