Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/29/11 11:38:02 (13 years ago)
Author:
abeham
Message:

#1605

  • updated QAPAlgorithms branch
Location:
branches/QAPAlgorithms
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/QAPAlgorithms

  • branches/QAPAlgorithms/HeuristicLab/3.3/Tests/SamplesTest.cs

    r6569 r6611  
    121121      RunAlgorithm(ga);
    122122      Assert.AreEqual(1828.9368669428336, GetDoubleResult(ga, "BestQuality"));
    123       Assert.AreEqual(1829.6829520983711, GetDoubleResult(ga, "CurrentAverageQuality"));
    124       Assert.AreEqual(1867.8378222145707, GetDoubleResult(ga, "CurrentWorstQuality"));
     123      Assert.AreEqual(1831.5504074358635, GetDoubleResult(ga, "CurrentAverageQuality"));
     124      Assert.AreEqual(1895.8980772167054, GetDoubleResult(ga, "CurrentWorstQuality"));
    125125      Assert.AreEqual(99100, GetIntResult(ga, "EvaluatedSolutions"));
    126126    }
Note: See TracChangeset for help on using the changeset viewer.