Opened 13 years ago
Closed 13 years ago
#1675 closed defect (done)
Infinity looping occurs in empty solution ensembles
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.6 |
Component: | Problems.DataAnalysis | Version: | 3.3.6 |
Keywords: | Cc: |
Description
This is due to the fact that a call to !Enumerable.All always returns true for empty enumberables [0].
Change History (6)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
comment:3 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:4 Changed 13 years ago by gkronber
r7022: fixed a bug in the ClassificationEnsembleSolutionEstimatedClassValuesView.
comment:5 Changed 13 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed r6982.
comment:6 Changed 13 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.5 to 3.3.6
Note: See
TracTickets for help on using
tickets.
r6982: Corrected emtpy solution ensembles and adapted views to handle empty ensembles correctly.