| Package | Description |
|---|---|
| com.graphhopper.jsprit.core.algorithm.ruin | |
| com.graphhopper.jsprit.core.algorithm.ruin.distance |
| Modifier and Type | Method and Description |
|---|---|
JobNeighborhoods |
JobNeighborhoodsFactory.createNeighborhoods(VehicleRoutingProblem vrp,
JobDistance jobDistance) |
JobNeighborhoods |
JobNeighborhoodsFactory.createNeighborhoods(VehicleRoutingProblem vrp,
JobDistance jobDistance,
int capacity) |
| Constructor and Description |
|---|
RadialRuinStrategyFactory(double fraction,
JobDistance jobDistance) |
RuinRadial(VehicleRoutingProblem vrp,
double fraction2beRemoved,
JobDistance jobDistance)
Constructs RuinRadial.
|
RuinRadial(VehicleRoutingProblem vrp,
int noJobs2beRemoved,
JobDistance jobDistance) |
RuinRadialMultipleCenters(VehicleRoutingProblem vrp,
int neighborhoodSize,
JobDistance jobDistance)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AvgServiceAndShipmentDistance
Calculator that calculates average distance between two jobs based on the input-transport costs.
|
class |
AvgServiceDistance
Calculator that calculates average distance between two jobs based on the input-transport costs.
|
class |
EuclideanServiceDistance |
Copyright © 2013–2016. All rights reserved.