Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/15 13:52:18 (9 years ago)
Author:
abeham
Message:

#2319:

  • Added two new solution creators
  • Added swap2 neighborhood
  • Added license headers
  • Pruned usings
  • Fixed namespaces
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/LinearLinkage/HeuristicLab.Encodings.LinearLinkageEncoding/3.3/HeuristicLab.Encodings.LinearLinkageEncoding-3.3.csproj

    r12396 r12643  
    102102  </ItemGroup>
    103103  <ItemGroup>
     104    <Compile Include="Creators\ExactGroupsLinearLinkageCreator.cs" />
     105    <Compile Include="Creators\MaxGroupsLinearLinkageCreator.cs" />
    104106    <Compile Include="Creators\RandomLinearLinkageCreator.cs" />
    105107    <Compile Include="Crossovers\GreedyPartitionCrossover.cs" />
     
    108110    <Compile Include="Crossovers\MultiLLECrossover.cs" />
    109111    <Compile Include="Crossovers\SinglePointCrossover.cs" />
     112    <Compile Include="Interfaces\ILinearLinkageMoveOperator.cs" />
     113    <Compile Include="Interfaces\ILinearLinkageSwap2MoveOperator.cs" />
    110114    <Compile Include="Interfaces\ILinearLinkageCreator.cs" />
    111115    <Compile Include="LinearLinkage.cs" />
     
    118122    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
    119123    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
     124    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
     125    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
     126    <Compile Include="Moves\Swap\StochasticSwap2SingleMoveGenerator.cs" />
     127    <Compile Include="Moves\Swap\Swap2Move.cs" />
     128    <Compile Include="Moves\Swap\Swap2MoveGenerator.cs" />
     129    <Compile Include="Moves\Swap\Swap2MoveMaker.cs" />
    120130    <Compile Include="ShakingOperators\LLEShakingOperator.cs" />
    121131    <None Include="HeuristicLab.snk" />
Note: See TracChangeset for help on using the changeset viewer.