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/GridSearchRFClassificationScriptTest.cs

    r11789 r11890  
    5757
    5858      var bestSolution = ScriptingUtils.GetVariable<IClassificationSolution>(script, BestSolutionVariableName);
    59       Assert.AreEqual(0.946957878315133, bestSolution.TrainingAccuracy, 1E-8);
    60       Assert.AreEqual(0.734375, bestSolution.TestAccuracy, 1E-8);
     59      Assert.AreEqual(0.85179407176287, bestSolution.TrainingAccuracy, 1E-8);
     60      Assert.AreEqual(0.81875, bestSolution.TestAccuracy, 1E-8);
    6161    }
    6262
Note: See TracChangeset for help on using the changeset viewer.