Free cookie consent management tool by TermsFeed Policy Generator

Changeset 6209


Ignore:
Timestamp:
05/17/11 10:54:31 (13 years ago)
Author:
cneumuel
Message:

#1522

  • added comment for test method
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab/3.3/Tests/CollectObjectGraphTest.cs

    r6205 r6209  
    8888    }
    8989
     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>
    9096    [TestMethod]
    9197    public void AlgorithmExecutions() {
Note: See TracChangeset for help on using the changeset viewer.