Opened 12 years ago
Closed 12 years ago
#1963 closed defect (done)
Adding and removing multiple solutions in an ensemble takes too long
Reported by: | sforsten | Owned by: | sforsten |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.8 |
Keywords: | Cc: |
Description
If you add or remove multiple solutions in an ensemble, it takes a lot of time, because after adding/removing one solution the ensemble recalculates. Although the ensemble would have methods to add/remove multiple solutions at once, the view (ClassificationEnsembleSolutionModelView, RegressionEnsembleSolutionModelView)only removes one solution at a time.
Change History (4)
comment:1 Changed 12 years ago by sforsten
- Status changed from new to accepted
comment:2 Changed 12 years ago by sforsten
- Owner changed from sforsten to mkommend
- Status changed from accepted to reviewing
comment:3 Changed 12 years ago by mkommend
- Owner changed from mkommend to sforsten
- Status changed from reviewing to readytorelease
comment:4 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.
r8719: if possible all solutions are added/removed at once, otherwise one solution is added/removed at a time