Changeset 6209
- Timestamp:
- 05/17/11 10:54:31 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/3.3/Tests/CollectObjectGraphTest.cs
r6205 r6209 88 88 } 89 89 90 /// <summary> 91 /// Tests if performance of multiple executions of a GA stays constant (as discussed in #1424) 92 /// Tests if object collection works after multiple executions of a GA 93 /// (for example the traversal of `ThreadLocal` objects in CollectObjectGraphObjects 94 /// causes a StackOverflow occurs after some executions) 95 /// </summary> 90 96 [TestMethod] 91 97 public void AlgorithmExecutions() {
Note: See TracChangeset
for help on using the changeset viewer.