- Timestamp:
- 08/05/08 11:34:33 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.StructureIdentification/Recombination/SizeFairCrossOver.cs
r442 r444 96 96 97 97 // check if the new tree is valid and if the height of is still in the allowed bounds (we are not so strict for the max-size) 98 Debug.Assert(gardener.IsValidTree(newTree) && newTreeHeight <= maxTreeHeight );98 Debug.Assert(gardener.IsValidTree(newTree) && newTreeHeight <= maxTreeHeight && newTreeSize <= maxTreeSize); 99 99 return gardener.CreateInitializationOperation(newBranches, child); 100 100 }
Note: See TracChangeset
for help on using the changeset viewer.