Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/ShakingOperators/LLEShakingOperator.cs
- Timestamp:
- 03/03/17 11:41:43 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/ShakingOperators/LLEShakingOperator.cs
r13368 r14711 32 32 namespace HeuristicLab.Encodings.LinearLinkageEncoding { 33 33 [Item("LLE Shaking Operator", "A shaking operator for VNS which uses LLE manipulators to perform the shaking.")] 34 [Storable Class("B2583888-9D21-41D5-B7C9-A87D75DE5328")]34 [StorableType("B2583888-9D21-41D5-B7C9-A87D75DE5328")] 35 35 public class LLEShakingOperator : ShakingOperator<ILinearLinkageManipulator>, IStochasticOperator, ILinearLinkageShakingOperator { 36 36
Note: See TracChangeset
for help on using the changeset viewer.