Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/31/13 14:31:42 (11 years ago)
Author:
ascheibe
Message:

#1886 added PermutationPointcut and refactored pointcut code

File:
1 edited

Legend:

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

    r10096 r10101  
    127127    <Compile Include="Algorithm\SolutionCacheAnalyzerAlgorithm.cs" />
    128128    <Compile Include="Algorithm\ParallelOperatorProcessor.cs" />
     129    <Compile Include="CrossoverPointcut.cs" />
    129130    <Compile Include="IAdvice.cs" />
    130131    <Compile Include="IPointcut.cs" />
    131132    <Compile Include="ISolutionCache.cs" />
     133    <Compile Include="PermutationEncoding\IPermutationAdvice.cs" />
     134    <Compile Include="PermutationEncoding\IPermutationPointcut.cs" />
     135    <Compile Include="PermutationEncoding\PermutationCrossoverPointcut.cs" />
    132136    <Compile Include="PermutationEncoding\PermutationSolutionCache.cs" />
    133137    <Compile Include="PermutationEncoding\PermutationSolutionCacheCollector.cs" />
Note: See TracChangeset for help on using the changeset viewer.