Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Documentation/Reference/Probabilistic Tree Creator


Ignore:
Timestamp:
10/28/11 15:56:17 (13 years ago)
Author:
bburlacu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Probabilistic Tree Creator

    v1 v2  
    11The '''Probabilistic Tree Creator''' tries to create symbolic expression trees with uniformly distributed length.
    22
     3'''Initial phase''': create a root node and a start node (which together amount for an initial
     4tree length of 1), and begin expanding until the target length is reached. This works by
     5initially placing dummy extension points onto the available children placeholders, then
     6replacing them with subtrees of specific depth and length.
     7[[Image(PTC2.svg, 1000px)]]