- Timestamp:
- 12/16/09 15:08:47 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.Operators/3.3/Initialization/ProbabilisticTreeCreator.cs
r2447 r2560 68 68 tries = 0; 69 69 } 70 } while (root.GetSize() > max Height|| root.GetHeight() > maxHeight);70 } while (root.GetSize() > maxSize || root.GetHeight() > maxHeight); 71 71 return root; 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.