- Timestamp:
- 09/15/11 09:51:28 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/Tests/AllArchitectureAlteringOperatorsTest.cs
r5918 r6765 118 118 119 119 Assert.IsTrue(failedEvents * 100.0 / (POPULATION_SIZE * N_ITERATIONS / 2.0) < 75.0); // 25% of architecture operations must succeed 120 Assert.IsTrue(Math.Round(1000.0 / (msPerOperation)) > 1000); // must achieve more than 1000 ops per second120 Assert.IsTrue(Math.Round(1000.0 / (msPerOperation)) > 800); // must achieve more than 1000 ops per second 121 121 } 122 122 }
Note: See TracChangeset
for help on using the changeset viewer.