Changeset 3231 for trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/CyclicCrossover.cs
- Timestamp:
- 03/29/10 17:53:12 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/Crossovers/CyclicCrossover.cs
r3160 r3231 90 90 } while (j < length); 91 91 92 return new Permutation( result);92 return new Permutation(parent1.PermutationType, result); 93 93 } 94 94
Note: See TracChangeset
for help on using the changeset viewer.