Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7397


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
Location:
trunk/sources
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Views/3.3/Plugin.cs.frame

    r7259 r7397  
    3030  [PluginDependency("HeuristicLab.Common", "3.3")]
    3131  [PluginDependency("HeuristicLab.Core", "3.3")]
     32  [PluginDependency("HeuristicLab.Data", "3.3")]
    3233  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3334  [PluginDependency("HeuristicLab.MainForm", "3.3")]
  • 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.