| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm.module | |
| com.graphhopper.jsprit.core.algorithm.ruin |
| Modifier and Type | Method and Description |
|---|---|
RuinStrategy |
RuinAndRecreateModule.getRuin() |
| Constructor and Description |
|---|
RuinAndRecreateModule(String moduleName,
InsertionStrategy insertion,
RuinStrategy ruin) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuinStrategy |
class |
RuinClusters
Ruin strategy that ruins current solution randomly.
|
class |
RuinRadial
RuinStrategy that ruins the neighborhood of a randomly selected job.
|
class |
RuinRadialMultipleCenters
Deprecated.
|
class |
RuinRandom
Ruin strategy that ruins current solution randomly.
|
class |
RuinString
RuinString is adopted from
|
class |
RuinWorst
Ruin strategy that ruins current solution randomly.
|
| Modifier and Type | Method and Description |
|---|---|
RuinStrategy |
RadialRuinStrategyFactory.createStrategy(VehicleRoutingProblem vrp) |
RuinStrategy |
RuinStrategyFactory.createStrategy(VehicleRoutingProblem vrp) |
RuinStrategy |
RandomRuinStrategyFactory.createStrategy(VehicleRoutingProblem vrp) |
RuinStrategy |
ClusterRuinStrategyFactory.createStrategy(VehicleRoutingProblem vrp) |
Copyright © 2013–2020. All rights reserved.