Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/04/13 17:24:46 (11 years ago)
Author:
ascheibe
Message:

#1886

  • removed old caching code
  • adapted convex hull view and some other minor improvements
File:
1 edited

Legend:

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

    r10007 r10026  
    133133    <Compile Include="ConvexHullMeasures.cs" />
    134134    <Compile Include="IntegerExtensions.cs" />
    135     <Compile Include="SolutionsCaching\AfterCrossoverSolutionCachingAnalyzer.cs" />
    136     <Compile Include="SolutionsCaching\SolutionCachingAnalyzer.cs" />
    137     <Compile Include="SolutionsCaching\PermutationSolutionDictionary.cs" />
    138     <Compile Include="SolutionsCaching\PermutationWrapper.cs" />
    139     <Compile Include="SolutionsCaching\PermutationWrapperEqualityComparer.cs" />
    140     <Compile Include="SolutionsCaching\SolutionDictionary.cs" />
    141135    <Compile Include="SelectionPressureAnalyzer.cs" />
    142     <Compile Include="SolutionsCaching\PermutationInformation.cs" />
    143136    <Compile Include="SVM.cs" />
    144137    <Compile Include="WorstQualityAnalyzer.cs" />
Note: See TracChangeset for help on using the changeset viewer.