Opened 7 years ago
Closed 7 years ago
#2843 closed defect (done)
Changing of ProblemData for DataAnalysisSolution does not work as expected
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.15 |
Component: | Problems.DataAnalysis | Version: | trunk |
Keywords: | Cc: |
Description
- via Drag & Drop the problemData is not cloned. Hence, the new problemData can be changed from somewhere else due to reference equality.
- The target variable of the new problemData is changed to the old one. Therefore, it is not possible to predict different values from the GUI with a model (e.g. unscaled target, ...).
Change History (5)
comment:1 Changed 7 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 7 years ago by mkommend
comment:3 Changed 7 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
r15396: Removed target variable check and adaption for regression problem data.
comment:4 Changed 7 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Note: See
TracTickets for help on using
tickets.
r15395: Added cloning in DataAnalysisSolutionView if the problemData is changed by drag and drop.