Changeset 5895
- Timestamp:
- 03/30/11 18:05:49 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/ArgumentCreaterTest.cs
r5809 r5895 67 67 // difficult to make sure that create argument operations succeed because trees are macro-expanded can potentially become very big 68 68 // => just test if only a small proportion fails 69 Assert.IsTrue(failedOps < POPULATION_SIZE * 0.0 1); // only 1% may fail69 Assert.IsTrue(failedOps < POPULATION_SIZE * 0.05); // only 5% may fail 70 70 Console.WriteLine("ArgumentCreator: " + Environment.NewLine + 71 71 "Failed operations: " + failedOps * 100.0 / POPULATION_SIZE + " %" + Environment.NewLine +
Note: See TracChangeset
for help on using the changeset viewer.