Changeset 14711 for branches/PersistenceOverhaul/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Manipulators/MoveItemManipulator.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/Manipulators/MoveItemManipulator.cs
r13368 r14711 30 30 namespace HeuristicLab.Encodings.LinearLinkageEncoding { 31 31 [Item("Move Item Manipulator", "Performs a maximum of N move operations between groups or to new groups. An already moved item may be moved again.")] 32 [Storable Class("D3152965-D6B9-4615-8492-6CB753431163")]32 [StorableType("D3152965-D6B9-4615-8492-6CB753431163")] 33 33 public sealed class MoveItemManipulator : LinearLinkageManipulator { 34 34
Note: See TracChangeset
for help on using the changeset viewer.