Changeset 11952 for branches/ProgrammableProblem/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorEncoding.cs
- Timestamp:
- 02/06/15 15:22:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProgrammableProblem/HeuristicLab.Encodings.BinaryVectorEncoding/3.3/BinaryVectorEncoding.cs
r11949 r11952 118 118 ConfigureOperators(newOperators); 119 119 foreach (var @operator in newOperators) 120 encodingOperators.Add(@operator);120 AddOperator(@operator); 121 121 } 122 122 #endregion
Note: See TracChangeset
for help on using the changeset viewer.