Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Crossovers/PotvinInsertionBasedCrossover.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Crossovers/PotvinInsertionBasedCrossover.cs
r13368 r14711 32 32 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 33 33 [Item("PotvinInsertionBasedCrossover", "The IBX crossover for VRP representations. It is implemented as described in Berger, J and Solois, M and Begin, R (1998). A hybrid genetic algorithm for the vehicle routing problem with time windows. LNCS 1418. Springer, London 114-127.")] 34 [Storable Class("F07D6203-DDB0-401E-A6E5-C2850EB8B5A6")]34 [StorableType("F07D6203-DDB0-401E-A6E5-C2850EB8B5A6")] 35 35 public sealed class PotvinInsertionBasedCrossover : PotvinCrossover { 36 36 public IValueParameter<IntValue> Length {
Note: See TracChangeset
for help on using the changeset viewer.