Changes between Version 1 and Version 2 of Documentation/Reference/Probabilistic Tree Creator
- Timestamp:
- 10/28/11 15:56:17 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/Probabilistic Tree Creator
v1 v2 1 1 The '''Probabilistic Tree Creator''' tries to create symbolic expression trees with uniformly distributed length. 2 2 3 '''Initial phase''': create a root node and a start node (which together amount for an initial 4 tree length of 1), and begin expanding until the target length is reached. This works by 5 initially placing dummy extension points onto the available children placeholders, then 6 replacing them with subtrees of specific depth and length. 7 [[Image(PTC2.svg, 1000px)]]