Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8740 for trunk


Ignore:
Timestamp:
10/04/12 17:06:37 (12 years ago)
Author:
gkronber
Message:

#1902: removed assertion for test R² in GPR unit test as we are testing on a benchmark problem where the test set is randomly created.

File:
1 edited

Legend:

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

    r8733 r8740  
    926926      Assert.AreEqual(-940.48768748097029, GetDoubleResult(gpr, "NegativeLogLikelihood"));
    927927      Assert.AreEqual(0.99561947047986976, GetDoubleResult(gpr, "Training R²"));
    928       Assert.AreEqual(0.99564766805508775, GetDoubleResult(gpr, "Test R²"));
    929928    }
    930929
Note: See TracChangeset for help on using the changeset viewer.