Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #1654, comment 23


Ignore:
Timestamp:
12/27/11 13:20:47 (13 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1654, comment 23

    initial v1  
    11It is odd that the `MultiSymbolcDataAnalysisExpressionTreeCreator` is available as operator in the artificial ant problem.
     2
     3Actually, I'm not too happy that we have specialized variants of the tree creators in the symbolic data analysis plugin just for discovery purposes. This means that whenever we implement a new problem using the symbolic expression tree encoding we need to provide specialized but effectively empty variants of the tree creation operators. If it is possible i'd be happy if this can be prevented.
     4
     5In any case to prepare for the upcoming release I'm setting this ticket to `ready-for-release` and create a new ticket for this issue (#1723).