Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15272


Ignore:
Timestamp:
07/19/17 12:42:00 (7 years ago)
Author:
gkronber
Message:

#2802: merged r15271 from trunk to stable

Location:
stable
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Optimizer

  • stable/HeuristicLab.Tests

  • stable/HeuristicLab.Tests/HeuristicLab-3.3/Samples/GPSymbolicRegressionSampleWithOSTest.cs

    r15257 r15272  
    6767        // been able to identify the real cause. Presumably, execution on a Xeon and a Core i7 processor
    6868        // leads to different results.
    69         Assert.AreEqual(0.90811178793448177, SamplesUtils.GetDoubleResult(osga, "BestQuality"), 1E-8, Environment.NewLine + "Best Qualitiy differs.");
     69        Assert.AreEqual(0.90811178793448177, SamplesUtils.GetDoubleResult(osga, "BestQuality"), 1E-8, Environment.NewLine + "Best Quality differs.");
    7070        Assert.AreEqual(0.87264498853305739, SamplesUtils.GetDoubleResult(osga, "CurrentAverageQuality"), 1E-8, Environment.NewLine + "Current Average Quality differs.");
    7171        Assert.AreEqual(0.75425658608938817, SamplesUtils.GetDoubleResult(osga, "CurrentWorstQuality"), 1E-8, Environment.NewLine + "Current Worst Quality differs.");
     
    188188      osga.Problem = problem;
    189189      osga.Name = "Offspring Selection Genetic Programming - Symbolic Regression";
    190       osga.Description = "Genetic programming with strict offsrping selection solving a benchmark regression problem.";
     190      osga.Description = "Genetic programming with strict offspring selection for solving a benchmark regression problem.";
    191191      SamplesUtils.ConfigureOsGeneticAlgorithmParameters<GenderSpecificSelector, SubtreeCrossover, MultiSymbolicExpressionTreeManipulator>(osga, 100, 1, 25, 0.2, 50);
    192192      var mutator = (MultiSymbolicExpressionTreeManipulator)osga.Mutator;
Note: See TracChangeset for help on using the changeset viewer.