Changeset 13797 for branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Recommenders
- Timestamp:
- 04/26/16 13:07:26 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PerformanceComparison/HeuristicLab.OptimizationExpertSystem.Common/3.3/Recommenders/OverallBestRecommender.cs
r13794 r13797 62 62 double bkq; 63 63 if (!pis.TryGetValue(problemRuns.Key, out bkq)) continue; 64 var ert = ExpectedRuntimeHelper.CalculateErt(problemRuns.ToList(), "QualityPerEvaluations", kc.GetTarget(bkq, kc.M aximization), kc.Maximization).ExpectedRuntime;64 var ert = ExpectedRuntimeHelper.CalculateErt(problemRuns.ToList(), "QualityPerEvaluations", kc.GetTarget(bkq, kc.MinimumTarget.Value, kc.Maximization), kc.Maximization).ExpectedRuntime; 65 65 if (double.IsNaN(ert)) ert = int.MaxValue; 66 66 avgERT += ert;
Note: See TracChangeset
for help on using the changeset viewer.