Opened 10 years ago
Closed 10 years ago
#2194 closed enhancement (done)
Ensemble should only be created from visible runs
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.10 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.9 |
Keywords: | Cc: |
Description
Ensembles can be created by the CreateEnsembleMenuItem, which extracts the data analysis solutions from the runs of the currently active view. Currently, the visibility of runs is not taken into account during the ensemble creation and hence, filtered runs are included in the created ensemble.
Change History (4)
comment:1 Changed 10 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 10 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 10 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r10941
comment:4 Changed 10 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r10941: Improved CreateEnsembleMenuItem by taking the visibility of the runs into account.