Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/31/11 11:52:11 (13 years ago)
Author:
abeham
Message:

#1628

  • Updated branch from trunk
  • Changed ReferenceEqualityComparer<T> to become a non-generic class (generic implementation probably was only made because of lacking support for co- and contravariance in C# 3.5)
  • Added finished experiment from sample algorithms to the tests
  • Wrote a unit test to instantiate every IDeepCloneable type, clone it and compare the objects in the object graph for equal references
  • Wrote a unit test to load the experiment, clone it and compare again the objects in the object graph
  • Preliminary fix for a potential bug in ThreadSafeLog
  • Preliminary fix for a potential bug in OperatorGraphVisualizationInfo
  • Preliminary fix for a potential bug in Calculator (and added license headers)
  • Preliminary fix for a potential bug in ScrambleMove
Location:
branches/GeneralizedQAP
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

  • branches/GeneralizedQAP/HeuristicLab/3.3/Tests/HeuristicLab-3.3.Tests.csproj

    r6553 r6685  
    126126    <Compile Include="CollectObjectGraphTest.cs" />
    127127    <Compile Include="ContentViewTests.cs" />
     128    <Compile Include="DeepCloneableCloningTest.cs" />
    128129    <Compile Include="SupportVectorMachineTest.cs" />
    129130    <Compile Include="ThreadSafeLogTest.cs" />
     
    142143  </ItemGroup>
    143144  <ItemGroup>
     145    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis.Views\3.3\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.csproj">
     146      <Project>{C3E69936-0DB5-42A4-B1B4-12E9700B080E}</Project>
     147      <Name>HeuristicLab.Algorithms.DataAnalysis.Views-3.3</Name>
     148    </ProjectReference>
    144149    <ProjectReference Include="..\..\..\HeuristicLab.Algorithms.DataAnalysis.Views\3.4\HeuristicLab.Algorithms.DataAnalysis.Views-3.4.csproj">
    145150      <Project>{A2330DB0-413D-4424-B4E6-591118E2B9F8}</Project>
     
    434439      <Name>HeuristicLab.Problems.ExternalEvaluation-3.3</Name>
    435440    </ProjectReference>
     441    <ProjectReference Include="..\..\..\HeuristicLab.Problems.GeneralizedQuadraticAssignment\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3.csproj">
     442      <Project>{C739E6D2-5680-4804-A810-8017DA0C238F}</Project>
     443      <Name>HeuristicLab.Problems.GeneralizedQuadraticAssignment-3.3</Name>
     444    </ProjectReference>
    436445    <ProjectReference Include="..\..\..\HeuristicLab.Problems.Knapsack.Views\3.3\HeuristicLab.Problems.Knapsack.Views-3.3.csproj">
    437446      <Project>{A9EE65D9-405B-4C9C-B470-FC911AAC541B}</Project>
     
    449458      <Project>{F62BCD22-FB83-4444-9401-8031C2487A86}</Project>
    450459      <Name>HeuristicLab.Problems.OneMax-3.3</Name>
     460    </ProjectReference>
     461    <ProjectReference Include="..\..\..\HeuristicLab.Problems.QuadraticAssignment.Algorithms\3.3\HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3.csproj">
     462      <Project>{5B9B9E8C-2706-43C2-80B8-A08341E431F7}</Project>
     463      <Name>HeuristicLab.Problems.QuadraticAssignment.Algorithms-3.3</Name>
    451464    </ProjectReference>
    452465    <ProjectReference Include="..\..\..\HeuristicLab.Problems.QuadraticAssignment.Views\3.3\HeuristicLab.Problems.QuadraticAssignment.Views-3.3.csproj">
     
    522535      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    523536    </Content>
     537    <None Include="SamplesExperimentFinished.hl">
     538      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     539    </None>
    524540  </ItemGroup>
    525541  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.