Free cookie consent management tool by TermsFeed Policy Generator

Opened 4 years ago

Closed 4 years ago

#3052 closed task (done)

Provide a method in grammars to adapt variable symbols to a given dataset

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.17
Component: Problems.DataAnalysis.Symbolic Version: trunk
Keywords: Cc:

Description

When solving a symbolic data analysis problem, the grammar (more specifically all variable symbols) have to be adapted to the given data. For example, all possible variable names have to be set in each variable dependent symbol.

Currently this is handled in the abstract class SymbolicDataAnalysisProblem. A major drawback is that this is neither self contained nor reusable from other classes. Therefore, a base grammar that adapts all variable symbols to the presented data should be implemented.

Example:

  void ConfigureVariableSymbols(IDataAnalysisProblemData problemData);

Change History (6)

comment:1 Changed 4 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 4 years ago by mkommend

r17413: Added DatanAnalyisGrammar for automatic configuration of variable symbols.

Version 0, edited 4 years ago by mkommend (next)

comment:3 Changed 4 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing
  • Version set to trunk

comment:4 Changed 4 years ago by gkronber

  • Owner changed from gkronber to mkommend
  • Status changed from reviewing to readytorelease

Reviewed r17413. Please release.

comment:5 Changed 4 years ago by mkommend

r17498: Merged r17413 into stable.

comment:6 Changed 4 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed
Note: See TracTickets for help on using tickets.