Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 3 and Version 4 of Documentation/Reference/Genetic Programming Crossovers


Ignore:
Timestamp:
01/17/12 19:05:07 (12 years ago)
Author:
bburlacu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/Reference/Genetic Programming Crossovers

    v3 v4  
    5959=== 6 Depth-constrained crossover ===
    6060The depth-constrained crossover only acts within a specific depth range, in accordance with the DepthRange parameter that can take three values (for a tree of depth ''d'')
    61 - HighLevel (acting on the upper tree levels between   )
    62 - Standard (acting on the mid-area of the tree between depth levels   )
    63 - LowLevel (acting on the lower levels between   )
     61- HighLevel (acting on the upper tree levels between 0 and 0.25*d  )
     62- Standard (acting on the mid-area of the tree between depth levels 0.25*d and 0.57*d  )
     63- LowLevel (acting on the lower levels between 0.75*d and d)
    6464
    6565=== References ===