Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/23/11 10:48:03 (13 years ago)
Author:
mkommend
Message:

#1418: Updated ProbabilisticTreeCreatorTest.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/Tests/ProbabilisticTreeCreaterTest.cs

    r5809 r5812  
    7373        Util.GetTerminalDistributionString(randomTrees) + Environment.NewLine
    7474        );
    75       Assert.IsTrue(Math.Round(1000.0 / (msPerRandomTreeCreation)) > 2000); // must achieve more than 2000 random trees / s
     75      Assert.IsTrue(Math.Round(1000.0 / (msPerRandomTreeCreation)) > 500); // must achieve more than 2000 random trees / s
    7676    }
    7777
     
    101101        );
    102102
    103       Assert.IsTrue(Math.Round(1000.0 / (msPerRandomTreeCreation)) > 2000); // must achieve more than 2000 random trees / s
     103      Assert.IsTrue(Math.Round(1000.0 / (msPerRandomTreeCreation)) > 300); // must achieve more than 2000 random trees / s
    104104    }
    105105  }
Note: See TracChangeset for help on using the changeset viewer.