- Timestamp:
- 02/06/15 15:22:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Encodings.PermutationEncoding/3.3/PermutationEncoding.cs
r11949 r11952 156 156 ConfigureOperators(newOperators); 157 157 foreach (var @operator in newOperators) 158 encodingOperators.Add(@operator);158 AddOperator(@operator); 159 159 } 160 160 #endregion
Note: See TracChangeset
for help on using the changeset viewer.