Changes between Version 1 and Version 2 of Ticket #1245, comment 2
- Timestamp:
- 11/06/10 14:58:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1245, comment 2
v1 v2 28 28 A workaround for this problem is to use tree depths larger or equal five. 29 29 30 In any case the parameter setting is confusing because a user does not immediately know about the template shape necessary for ADFs. So this parameter setting should be documented better in the GUI. Tree creation does not fail because PTC2 which is default for symbolic regression has a small chance to produce trees that are larger than the max depth and the max depth limit constraint is not enforced in the initial population. 30 In any case the parameter setting is confusing because a user does not immediately know about the template shape necessary for ADFs. So this parameter setting should be documented better in the GUI. 31 32 Tree creation does not fail because PTC2 is the default for symbolic regression. Our implementation of PTC2 has a small chance to produce trees that are larger than the max depth and we decided that the max depth limit constraint is not enforced in the initial population. 31 33 32 34 Ideally the range for the values of this parameters should be limited and enforced in the GUI, however, there is not yet a general mechanism for this in HL. Actually a similar bug can be produced by setting the population size in any GA to a value smaller than one.