- Timestamp:
- 09/04/15 09:20:41 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.Optimization.Views/3.3/RunCollectionViews/RunCollectionRLDView.cs
r12888 r12939 442 442 foreach (var group in groupedRuns) { 443 443 matrix[rowCount, 0] = group.Key; 444 if (!group.Value.ContainsKey(problem)) { 445 matrix[rowCount, columns - 1] = "N/A"; 446 rowCount++; 447 continue; 448 } 444 449 var runs = group.Value[problem].Item2; 445 450 var bestSucc = string.Empty;
Note: See TracChangeset
for help on using the changeset viewer.