- Timestamp:
- 03/12/14 14:39:48 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Classification/3.4/SingleObjective/SymbolicClassificationSingleObjectiveOverfittingAnalyzer.cs
r9456 r10576 83 83 IExecutionContext childContext = (IExecutionContext)ExecutionContext.CreateChildOperation(evaluator); 84 84 double[] validationQuality = SymbolicExpressionTree 85 .AsParallel()86 85 .Select(t => evaluator.Evaluate(childContext, t, problemData, rows)) 87 86 .ToArray();
Note: See TracChangeset
for help on using the changeset viewer.