Opened 12 years ago
Closed 11 years ago
#2156 closed enhancement (done)
More efficient way to calculate impacts and replacement values in the InteractiveSymbolicDataAnalysisSolutionSimplifierView
| Reported by: | bburlacu | Owned by: | mkommend |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.10 |
| Component: | Problems.DataAnalysis.Symbolic.Views | Version: | 3.3.9 |
| Keywords: | Cc: |
Description
The InteractiveSymbolicDataAnalysisSolutionSimplifierView evaluates the trees too many times when calculating separately the impact- and replacement values. The simplifier view should use the unified method provided by the impacts calculator.
Change History (4)
comment:1 Changed 12 years ago by bburlacu
- Status changed from new to accepted
comment:2 Changed 12 years ago by bburlacu
- Owner changed from bburlacu to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by mkommend
- Status changed from reviewing to readytorelease
comment:4 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.



r10492: Modified the InteractiveSymbolicDataAnalysisSolutionSimplifierView to use the unified method of calculating impact and replacement values.