public final class RuinString extends AbstractRuinStrategy
Technical report 7.11.2016 A Fresh Ruin & Recreate Implementation for the Capacitated Vehicle Routing Problem Jan Christiaens, Greet Vanden Berghe KU Leuven, Department of Computer Science, CODeS & iMinds-ITEC Gebr. De Smetstraat 1, 9000 Gent, Belgium, jan.christiaens@cs.kuleuven.be, greet.vandenberghe@cs.kuleuven.be
https://lirias.kuleuven.be/bitstream/123456789/556398/1/asb_rr_2016.pdf
random, ruinShareFactory| Constructor and Description |
|---|
RuinString(VehicleRoutingProblem vrp,
JobNeighborhoods jobNeighborhoods) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Job> |
ruinRoutes(Collection<VehicleRoute> vehicleRoutes)
Ruins the collection of vehicleRoutes, i.e.
|
void |
setNoRoutes(int kMin,
int kMax) |
void |
setStringLength(int lMin,
int lMax) |
String |
toString() |
addListener, getListeners, getRuinShareFactory, removeJob, removeJob, removeListener, ruin, setRandom, setRuinShareFactorypublic RuinString(VehicleRoutingProblem vrp, JobNeighborhoods jobNeighborhoods)
public void setNoRoutes(int kMin,
int kMax)
public void setStringLength(int lMin,
int lMax)
public Collection<Job> ruinRoutes(Collection<VehicleRoute> vehicleRoutes)
ruinRoutes in class AbstractRuinStrategyCopyright © 2013–2019. All rights reserved.