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 edited
4 copied

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP

  • branches/GeneralizedQAP/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r5829 r6685  
    111111  </ItemGroup>
    112112  <ItemGroup>
     113    <Compile Include="SymbolicDataAnalysisSolutionResponseFunctionView.cs">
     114      <SubType>UserControl</SubType>
     115    </Compile>
     116    <Compile Include="SymbolicDataAnalysisSolutionResponseFunctionView.Designer.cs">
     117      <DependentUpon>SymbolicDataAnalysisSolutionResponseFunctionView.cs</DependentUpon>
     118    </Compile>
    113119    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
    114120      <SubType>UserControl</SubType>
     
    158164    <Compile Include="Symbols\VariableView.Designer.cs">
    159165      <DependentUpon>VariableView.cs</DependentUpon>
     166    </Compile>
     167    <Compile Include="VariableTrackbar.cs">
     168      <SubType>UserControl</SubType>
     169    </Compile>
     170    <Compile Include="VariableTrackbar.Designer.cs">
     171      <DependentUpon>VariableTrackbar.cs</DependentUpon>
    160172    </Compile>
    161173    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.