Opened 12 years ago
Closed 12 years ago
#2023 closed enhancement (done)
The CreateEnsemble MenuItem should utilize the selected Runs of the BubbleChart
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
The bubble chart allows the selection of runs according to certain criteria (e.g., size, complexity, quality,...), which should be combined in an ensemble by the MenuItem.
Change History (5)
comment:1 Changed 12 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 12 years ago by mkommend
comment:3 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 12 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r9315 and tested the changes. I really like the new way of selecting runs in the bubble chart!
comment:5 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r9315: Adapted bubble chart to fire the ViewChanged event, if the selected runs are changed. Added event forwarding for the ViewChanged event in the ViewHost and updated the CreateEnsembleMenuItem to work with the selected runs from the bubble chart.