- Timestamp:
- 09/22/11 12:33:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Manipulators/ReplaceBranchManipulation.cs
r5925 r6817 79 79 where symbol.Name != subtree.Symbol.Name 80 80 where symbol.InitialFrequency > 0 81 where parent.Grammar.GetMinimumExpressionDepth(symbol) <= maxDepth81 where parent.Grammar.GetMinimumExpressionDepth(symbol) + 1 <= maxDepth 82 82 where parent.Grammar.GetMinimumExpressionLength(symbol) <= maxLength 83 83 select symbol)
Note: See TracChangeset
for help on using the changeset viewer.