Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/28/13 17:51:43 (11 years ago)
Author:
ascheibe
Message:

#1886 added an algorithm that executes analyzers on a solution cache

Location:
branches/HeuristicLab.Analysis.AlgorithmBehavior/HeuristicLab.Analysis.AlgorithmBehavior.Analyzers/3.3
Files:
1 added
1 edited

Legend:

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

    r10060 r10090  
    7272      <Private>False</Private>
    7373    </Reference>
     74    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     75      <SpecificVersion>False</SpecificVersion>
     76      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     77      <Private>False</Private>
     78    </Reference>
    7479    <Reference Include="HeuristicLab.Operators-3.3">
    7580      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     
    118123  </ItemGroup>
    119124  <ItemGroup>
     125    <Compile Include="RealVectorConvexHullSolutionCacheAnalyzer.cs" />
    120126    <Compile Include="DistanceMatrixToPoints.cs" />
    121127    <Compile Include="VertexComparer.cs" />
     
    161167    <None Include="Properties\AssemblyInfo.cs.frame" />
    162168  </ItemGroup>
     169  <ItemGroup>
     170    <ProjectReference Include="..\..\HeuristicLab.Analysis.SolutionCaching\3.3\HeuristicLab.Analysis.SolutionCaching-3.3.csproj">
     171      <Project>{a05aa272-14ec-4422-ac70-c9ca42164441}</Project>
     172      <Name>HeuristicLab.Analysis.SolutionCaching-3.3</Name>
     173      <Private>False</Private>
     174    </ProjectReference>
     175  </ItemGroup>
    163176  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    164177  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.