Changeset 13396 for branches/ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding
- Timestamp:
- 11/25/15 16:22:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ProblemRefactoring/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/SymbolicExpressionTreeEncoding.cs
r13382 r13396 282 282 #region Specific operator wiring 283 283 284 public override void ConfigureOperators(IEnumerable<I Operator> operators) {284 public override void ConfigureOperators(IEnumerable<IItem> operators) { 285 285 ConfigureTreeOperators(operators.OfType<ISymbolicExpressionTreeOperator>()); 286 286 ConfigureSizeConstraintOperators(operators.OfType<ISymbolicExpressionTreeSizeConstraintOperator>());
Note: See TracChangeset
for help on using the changeset viewer.