Changes between Version 3 and Version 4 of Documentation/Reference/Genetic Programming Crossovers
- Timestamp:
- 01/17/12 19:05:07 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/Reference/Genetic Programming Crossovers
v3 v4 59 59 === 6 Depth-constrained crossover === 60 60 The 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) 64 64 65 65 === References ===