Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Problems.VehicleRouting/3.4/Encodings/GVR/Manipulators/GVRManipulator.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/GVR/Manipulators/GVRManipulator.cs
r13368 r14711 30 30 namespace HeuristicLab.Problems.VehicleRouting.Encodings.GVR { 31 31 [Item("GVRManipulator", "A VRP manipulation operation.")] 32 [Storable Class("67CE4CF3-060E-4464-B99C-6A3503E01A3B")]32 [StorableType("67CE4CF3-060E-4464-B99C-6A3503E01A3B")] 33 33 public abstract class GVRManipulator : VRPManipulator, IStochasticOperator, IGVROperator { 34 34 public ILookupParameter<IRandom> RandomParameter {
Note: See TracChangeset
for help on using the changeset viewer.