Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/15/17 14:25:44 (7 years ago)
Author:
abeham
Message:

#2457: merged trunk into branch

Location:
branches/PerformanceComparison/HeuristicLab.Encodings.LinearLinkageEncoding
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/PerformanceComparison/HeuristicLab.Encodings.LinearLinkageEncoding

  • branches/PerformanceComparison/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj

    r14776 r15256  
    155155    <Compile Include="Crossovers\SinglePointCrossover.cs" />
    156156    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
     157    <Compile Include="Interfaces\ILinearLinkageEMSSMoveOperator.cs" />
    157158    <Compile Include="Interfaces\ILinearLinkageSwap2MoveOperator.cs" />
    158159    <Compile Include="Interfaces\ILinearLinkageCreator.cs" />
     
    167168    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
    168169    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
    169     <Compile Include="Moves\ExtractMove.cs" />
    170     <Compile Include="Moves\MergeMove.cs" />
    171     <Compile Include="Moves\Move.cs" />
    172     <Compile Include="Moves\ShiftMove.cs" />
    173     <Compile Include="Moves\SplitMove.cs" />
    174     <Compile Include="Moves\StaticAPI\MoveGenerator.cs" />
     170    <Compile Include="Moves\EMSS\EMSSMoveMaker.cs" />
     171    <Compile Include="Moves\EMSS\ExtractMove.cs" />
     172    <Compile Include="Moves\EMSS\MergeMove.cs" />
     173    <Compile Include="Moves\EMSS\EMSSMove.cs" />
     174    <Compile Include="Moves\EMSS\ExhaustiveEMSSMoveGenerator.cs" />
     175    <Compile Include="Moves\EMSS\EMSSMoveGenerator.cs" />
     176    <Compile Include="Moves\EMSS\StochasticEMSSMultiMoveGenerator.cs" />
     177    <Compile Include="Moves\EMSS\StochasticEMSSSingleMoveGenerator.cs" />
     178    <Compile Include="Moves\EMSS\ShiftMove.cs" />
     179    <Compile Include="Moves\EMSS\SplitMove.cs" />
    175180    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
    176181    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.