Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/30/13 17:05:39 (10 years ago)
Author:
ascheibe
Message:

#1886 started working on crossover wrappers that can execute analyzers for crossovers

File:
1 edited

Legend:

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

    r10091 r10096  
    127127    <Compile Include="Algorithm\SolutionCacheAnalyzerAlgorithm.cs" />
    128128    <Compile Include="Algorithm\ParallelOperatorProcessor.cs" />
     129    <Compile Include="IAdvice.cs" />
     130    <Compile Include="IPointcut.cs" />
    129131    <Compile Include="ISolutionCache.cs" />
    130132    <Compile Include="PermutationEncoding\PermutationSolutionCache.cs" />
     
    133135    <Compile Include="Plugin.cs" />
    134136    <Compile Include="Properties\AssemblyInfo.cs" />
     137    <Compile Include="RealVectorEncoding\IRealVectorAdvice.cs" />
     138    <Compile Include="RealVectorEncoding\IRealVectorPointcut.cs" />
     139    <Compile Include="RealVectorEncoding\RealVectorCrossoverPointcut.cs" />
    135140    <Compile Include="RealVectorEncoding\RealVectorEqualityComparer.cs" />
    136141    <Compile Include="RealVectorEncoding\RealVectorSolutionCache.cs" />
Note: See TracChangeset for help on using the changeset viewer.