Changeset 6232 for branches/PersistenceSpeedUp/HeuristicLab
- Timestamp:
- 05/18/11 11:08:26 (14 years ago)
- Location:
- branches/PersistenceSpeedUp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceSpeedUp
- Property svn:mergeinfo changed
/trunk/sources (added) merged: 6207-6209,6223
- Property svn:mergeinfo changed
-
branches/PersistenceSpeedUp/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r5809 r6232 129 129 <DesignTime>True</DesignTime> 130 130 </Compile> 131 <None Include="app.config" /> 131 <None Include="app.config"> 132 <SubType>Designer</SubType> 133 </None> 132 134 <None Include="CustomPostBuild.cmd" /> 133 135 <None Include="CopyAssemblies.cmd" /> -
branches/PersistenceSpeedUp/HeuristicLab/3.3/Tests/CollectObjectGraphTest.cs
r6205 r6232 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() { -
branches/PersistenceSpeedUp/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj
r6205 r6232 560 560 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 561 561 </None> 562 <None Include="GA_SymbReg2.hl">563 <CopyToOutputDirectory>Always</CopyToOutputDirectory>564 </None>565 562 </ItemGroup> 566 563 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.