Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 16 of Ticket #3136


Ignore:
Timestamp:
10/30/21 18:50:33 (2 years ago)
Author:
gkronber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3136

    • Property Status changed from new to accepted
    • Property Milestone changed from HeuristicLab 4.0 to HeuristicLab 3.3.17
    • Property Version changed from 3.3.16 to branch
    • Property Summary changed from GP ProblemType with Structural Parameters to Structure templates for symbolic regression
  • Ticket #3136 – Description

    initial v16  
    1 Implementing a new problem type with a structural parameter for symbolic regression. The following components are necessary:
    2  - MutliEncoding
     1Implementing a new problem type with a structure template parameter for symbolic regression. The following components are necessary:
     2 - MultiEncoding
    33 - Views
    4  - Parser for structure: to parse a infix notated expression
     4 - Parser for structure: to parse an infix expression
    55 - Evaluator: based on `IABoundEstimator`
    6  - Interpreter: builds a full (evaluatable) expression, based on structural parameter and sub expressions
     6 - Interpreter: builds a full expression, based on structure template parameter and (multiple) evolved sub-expressions