Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/04/15 16:13:47 (9 years ago)
Author:
bburlacu
Message:

#2211: Adjusted parameters ranges in the random forest grid search tests and fixed unit tests to match the new results.

File:
1 edited

Legend:

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

    r11789 r11890  
    5757
    5858      var bestSolution = ScriptingUtils.GetVariable<IRegressionSolution>(script, BestSolutionVariableName);
    59       Assert.AreEqual(1.0, bestSolution.TrainingRSquared, 1E-8);
    60       Assert.AreEqual(0.966618401251492, bestSolution.TestRSquared, 1E-8);
     59      Assert.AreEqual(0.968329534139836, bestSolution.TrainingRSquared, 1E-8);
     60      Assert.AreEqual(0.982380790563445, bestSolution.TestRSquared, 1E-8);
    6161    }
    6262
Note: See TracChangeset for help on using the changeset viewer.