Free cookie consent management tool by TermsFeed Policy Generator

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

r10576: Removed all calls to AsParallel in the symbolic data analysis analyzers.

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

Reviewed r10576 and r10578.

comment:6 Changed 11 years ago by mkommend

  • Resolution set to done
  • Status changed from readytorelease to closed

r10592: Merged r10576 and r10578 into stable.

Note: See TracTickets for help on using tickets.