Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 7 of Ticket #1763


Ignore:
Timestamp:
05/08/12 10:14:05 (12 years ago)
Author:
bburlacu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1763

    • Property Status changed from new to assigned
    • Property Summary changed from Improve SymbolicDataAnalysisExpressionTreeSimplifier to Support changing of constants and variable weights in the simplifier for symbolic data analysis models
  • Ticket #1763 – Description

    initial v7  
    11The `SymbolicDataAnalysisExpressionTreeSimplifier` should offer users the possibility of interactively changing constant values or variable weights.
     2
     3Additionally, the tree model in the simplifier view should support the following operations:
     4- inserting an intermediate symbol between two nodes (ideally by selection or drag&drop from the available grammar)
     5- removing nodes/sub-trees (removing intermediate symbols or whole branches)
     6- "moving" nodes/sub-trees (manual simplification/collapsing or just some kind of copy/paste operation)