Opened 11 years ago
Closed 11 years ago
#2166 closed defect (done)
SymbolicDataAnalysisAnalyzer must not use AsParallel for parallel execution
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | highest | Milestone: | HeuristicLab 3.3.10 |
Component: | Problems.DataAnalysis.Symbolic | Version: | 3.3.9 |
Keywords: | Cc: |
Description
AsParallel does not preserve to order of the enumerable (msdn reference) and thus wrong analysis results may occur.
Change History (6)
comment:1 Changed 11 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 11 years ago by mkommend
comment:3 Changed 11 years ago by mkommend
r10578: Adapted GP data analysis test to include the verification of the validation solution.
comment:4 Changed 11 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:5 Changed 11 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
comment:6 Changed 11 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r10576: Removed all calls to AsParallel in the symbolic data analysis analyzers.