Opened 11 years ago
Closed 11 years ago
#2160 closed defect (done)
CreateEnsembleMenuItem doesn't clone the selected DataAnalysisSolutions
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.10 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.9 |
Keywords: | Cc: |
Description
The menu item creates an ensemble model based on the currently selected runs in the bubble chart or the runs of an optimizer. Currently the individual solutions are not cloned and hence these are changed if a new problem data is loaded in the ensemble and in turn the results (solutions) of runs can be modified. An easy solution is to clone the selected solutions before adding them to the newly created ensemble.
Change History (4)
comment:1 Changed 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 11 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Reviewed r10526.
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.
r10526: Corrected create ensemble menu item to clone the selected data analysis solutions.