Free cookie consent management tool by TermsFeed Policy Generator

Opened 12 years ago

Closed 12 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].

[0]http://msdn.microsoft.com/en-us/library/bb548541.aspx

Change History (6)

comment:1 Changed 12 years ago by mkommend

  • Status changed from new to accepted

comment:2 Changed 12 years ago by mkommend

r6982: Corrected emtpy solution ensembles and adapted views to handle empty ensembles correctly.

comment:3 Changed 12 years ago by mkommend

  • Owner changed from mkommend to gkronber
  • Status changed from accepted to reviewing

comment:4 Changed 12 years ago by gkronber

r7022: fixed a bug in the ClassificationEnsembleSolutionEstimatedClassValuesView.

comment:5 Changed 12 years ago by gkronber

  • Status changed from reviewing to readytorelease

Reviewed r6982.

comment:6 Changed 12 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.