Changeset 7252
- Timestamp:
- 01/02/12 10:41:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Tests/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4/Util.cs
r6918 r7252 165 165 166 166 foreach (var symbol in grammar.ModifyableSymbols) { 167 //check if ever symbol has at least one allowed child167 //check if every symbol has at least one allowed child 168 168 for (int i = 0; i < grammar.GetMaximumSubtreeCount(symbol); i++) 169 169 Assert.IsTrue(grammar.GetAllowedChildSymbols(symbol, i).Any());
Note: See TracChangeset
for help on using the changeset viewer.