Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/23/12 16:07:45 (12 years ago)
Author:
ascheibe
Message:

#1745

  • updated plugin dependencies
  • updated Island GA sample
  • updated Island GA unit test
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Tests/HeuristicLab-3.3/SamplesTest.cs

    r7259 r7397  
    502502      ga.SetSeedRandomly.Value = false;
    503503      RunAlgorithm(ga);
    504       Assert.AreEqual(10469, GetDoubleResult(ga, "BestQuality"));
    505       Assert.AreEqual(11184.87, GetDoubleResult(ga, "CurrentAverageQuality"));
    506       Assert.AreEqual(13420, GetDoubleResult(ga, "CurrentWorstQuality"));
     504      Assert.AreEqual(9918, GetDoubleResult(ga, "BestQuality"));
     505      Assert.AreEqual(10324.64, GetDoubleResult(ga, "CurrentAverageQuality"));
     506      Assert.AreEqual(11823, GetDoubleResult(ga, "CurrentWorstQuality"));
    507507      Assert.AreEqual(495500, GetIntResult(ga, "EvaluatedSolutions"));
    508508    }
Note: See TracChangeset for help on using the changeset viewer.