Changeset 7290 for branches/RegressionBenchmarks/HeuristicLab.Analysis/3.3/QualityAnalysis/ScaledQualityDifferenceAnalyzer.cs
- Timestamp:
- 01/08/12 19:13:14 (13 years ago)
- Location:
- branches/RegressionBenchmarks
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RegressionBenchmarks
- Property svn:ignore
-
old new 18 18 bin 19 19 protoc.exe 20 *.user
-
- Property svn:mergeinfo changed
/trunk/sources merged: 7209,7214,7216-7230,7233-7239,7241,7243-7252,7254,7256-7261,7265-7266,7272-7275,7277,7280,7283
- Property svn:ignore
-
branches/RegressionBenchmarks/HeuristicLab.Analysis
- Property svn:mergeinfo changed
/trunk/sources/HeuristicLab.Analysis merged: 7221,7225,7229,7245,7259
- Property svn:mergeinfo changed
-
branches/RegressionBenchmarks/HeuristicLab.Analysis/3.3/QualityAnalysis/ScaledQualityDifferenceAnalyzer.cs
r7255 r7290 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 1Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2012 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 91 91 if (results != null) { 92 92 IResult r; 93 if (!results.TryGetValue(ScaledDifferenceParameter. ActualName, out r)) {94 r = new Result(ScaledDifferenceParameter. ActualName, differenceValue);93 if (!results.TryGetValue(ScaledDifferenceParameter.TranslatedName, out r)) { 94 r = new Result(ScaledDifferenceParameter.TranslatedName, differenceValue); 95 95 results.Add(r); 96 96 }
Note: See TracChangeset
for help on using the changeset viewer.