Free cookie consent management tool by TermsFeed Policy Generator

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

#1886 added mutation pointcuts for realvector and permutation encodings

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

Legend:

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

    r10101 r10102  
    127127    <Compile Include="Algorithm\SolutionCacheAnalyzerAlgorithm.cs" />
    128128    <Compile Include="Algorithm\ParallelOperatorProcessor.cs" />
     129    <Compile Include="MutationPointcut.cs" />
    129130    <Compile Include="CrossoverPointcut.cs" />
    130131    <Compile Include="IAdvice.cs" />
    131132    <Compile Include="IPointcut.cs" />
    132133    <Compile Include="ISolutionCache.cs" />
     134    <Compile Include="PermutationEncoding\PermutationMutationPointcut.cs" />
    133135    <Compile Include="PermutationEncoding\IPermutationAdvice.cs" />
    134136    <Compile Include="PermutationEncoding\IPermutationPointcut.cs" />
     
    139141    <Compile Include="Plugin.cs" />
    140142    <Compile Include="Properties\AssemblyInfo.cs" />
     143    <Compile Include="RealVectorEncoding\RealVectorMutationPointcut.cs" />
    141144    <Compile Include="RealVectorEncoding\IRealVectorAdvice.cs" />
    142145    <Compile Include="RealVectorEncoding\IRealVectorPointcut.cs" />
Note: See TracChangeset for help on using the changeset viewer.