Changeset 12396 for branches/LinearLinkage/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Manipulators/MergeGroupManipulator.cs
- Timestamp:
- 05/21/15 16:30:14 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/LinearLinkage/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/Manipulators/MergeGroupManipulator.cs
r12286 r12396 28 28 29 29 namespace HeuristicLab.Encodings.LinearLinkageEncoding { 30 [Item("Merge Group Manipulator", "Performs a maximum of N merge operations on the groups. Groups may be merged multiple times.")]30 [Item("Merge Group Manipulator", "Performs a maximum of N merge operations on the groups. An already merged group may be merged again.")] 31 31 [StorableClass] 32 32 public sealed class MergeGroupManipulator : LinearLinkageManipulator {
Note: See TracChangeset
for help on using the changeset viewer.