Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/Potvin/Crossovers/PotvinCrossover.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/PotvinCrossover.cs
r13368 r14711 32 32 namespace HeuristicLab.Problems.VehicleRouting.Encodings.Potvin { 33 33 [Item("PotvinCrossover", "A VRP crossover operation.")] 34 [Storable Class("148EC37F-CBAC-48B9-8456-9AF21BF49AE8")]34 [StorableType("148EC37F-CBAC-48B9-8456-9AF21BF49AE8")] 35 35 public abstract class PotvinCrossover : VRPCrossover, IStochasticOperator, IPotvinOperator { 36 36 public ILookupParameter<IRandom> RandomParameter {
Note: See TracChangeset
for help on using the changeset viewer.