Changeset 3430 for trunk/sources/HeuristicLab.Encodings.PermutationEncoding
- Timestamp:
- 04/20/10 02:02:39 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Permutation.cs ΒΆ
r3376 r3430 67 67 cloner.RegisterClonedObject(this, clone); 68 68 clone.ReadOnlyView = ReadOnlyView; 69 clone.readOnly = readOnly; 69 70 return clone; 70 71 }
Note: See TracChangeset
for help on using the changeset viewer.