Free cookie consent management tool by TermsFeed Policy Generator

Changes between Version 1 and Version 2 of Ticket #1245, comment 2


Ignore:
Timestamp:
11/06/10 14:58:09 (14 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1245, comment 2

    v1 v2  
    2828A workaround for this problem is to use tree depths larger or equal five.
    2929
    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.
     30In 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
     32Tree 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.
    3133
    3234Ideally 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.