Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/31/13 11:03:48 (12 years ago)
Author:
ascheibe
Message:

#1886

  • fixed a cloning bug
  • fixed forgotten event handler deregistration
  • added a run collection view for analyzing parameter influences
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views/3.3/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers.Views-3.3.csproj

    r9095 r9196  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="Accord">
     41      <HintPath>libs\Accord.dll</HintPath>
     42    </Reference>
     43    <Reference Include="Accord.Math">
     44      <HintPath>libs\Accord.Math.dll</HintPath>
     45    </Reference>
     46    <Reference Include="Accord.Statistics">
     47      <HintPath>libs\Accord.Statistics.dll</HintPath>
     48    </Reference>
     49    <Reference Include="AForge">
     50      <HintPath>libs\AForge.dll</HintPath>
     51    </Reference>
     52    <Reference Include="AForge.Math">
     53      <HintPath>libs\AForge.Math.dll</HintPath>
     54    </Reference>
    4055    <Reference Include="ALGLIB-3.6.0, Version=3.6.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    4156      <Private>False</Private>
     
    104119  </ItemGroup>
    105120  <ItemGroup>
     121    <Compile Include="ParameterInfluenceView.cs">
     122      <SubType>UserControl</SubType>
     123    </Compile>
     124    <Compile Include="ParameterInfluenceView.designer.cs">
     125      <DependentUpon>ParameterInfluenceView.cs</DependentUpon>
     126    </Compile>
    106127    <Compile Include="RunCollectionStatisticalTabularView.cs">
    107128      <SubType>UserControl</SubType>
Note: See TracChangeset for help on using the changeset viewer.