Opened 14 years ago
Closed 12 years ago
#1534 closed defect (done)
Race condition in cross validation
Reported by: | gkronber | Owned by: | gkronber |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.8 |
Component: | Algorithms.DataAnalysis | Version: | 3.3.8 |
Keywords: | Cc: |
Description
Cross validation is never set to stopped if the user clicks the start and stop buttons quickly.
Change History (6)
comment:1 Changed 12 years ago by gkronber
- Milestone changed from HeuristicLab 3.3.x Backlog to HeuristicLab 3.3.8
comment:2 Changed 12 years ago by gkronber
comment:3 Changed 12 years ago by gkronber
- Status changed from new to accepted
comment:4 Changed 12 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 12 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from reviewing to readytorelease
comment:6 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.4 to 3.3.8
Note: See
TracTickets for help on using
tickets.
r8836: introduced synchronization to make sure the algorithm has been started before calling OnStarted in CrossValidation