Changeset 11739 for branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Encodings/PermutationEncoding.cs
- Timestamp:
- 01/08/15 15:52:05 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Problems.Programmable/3.3/Encodings/PermutationEncoding.cs
r11598 r11739 95 95 } 96 96 97 98 public PermutationEncoding() : this("Permutation", 10, PermutationTypes.Absolute) { } 99 public PermutationEncoding(int length) : this("Permuration", length, PermutationTypes.Absolute) { } 97 100 public PermutationEncoding(string name, int length, PermutationTypes type) 98 101 : base(name) {
Note: See TracChangeset
for help on using the changeset viewer.