- Timestamp:
- 02/10/15 09:57:29 (10 years ago)
- Location:
- branches/ALPS
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ALPS
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Encodings.PermutationEncoding
- Property svn:mergeinfo changed
/branches/ProgrammableProblem/HeuristicLab.Encodings.PermutationEncoding (added) merged: 11776,11778,11946,11949,11952 /trunk/sources/HeuristicLab.Encodings.PermutationEncoding merged: 11961,11970
- Property svn:mergeinfo changed
-
branches/ALPS/HeuristicLab.Encodings.PermutationEncoding/3.3/Moves/Swap2/Swap2MoveMaker.cs
r11171 r11975 31 31 [Item("Swap2MoveMaker", "Peforms a swap-2 move on a given permutation and updates the quality.")] 32 32 [StorableClass] 33 public class Swap2MoveMaker : SingleSuccessorOperator, IPermutationSwap2MoveOperator, IMoveMaker {33 public class Swap2MoveMaker : SingleSuccessorOperator, IPermutationSwap2MoveOperator, IMoveMaker, ISingleObjectiveOperator { 34 34 public override bool CanChangeName { 35 35 get { return false; }
Note: See TracChangeset
for help on using the changeset viewer.