Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/11/17 00:53:52 (7 years ago)
Author:
abeham
Message:

#2666: Updated linear linkage encoding

  • Renamed folder from 3.3 to 3.4
  • Added a new static move API for non-swap moves
  • Added conversion to and from LLE-b (back-links)
  • Added tests for moves, conversions and added some missing license headers
Location:
trunk/sources/HeuristicLab.Encodings.LinearLinkageEncoding/3.4
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.LinearLinkageEncoding/3.4/HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj

    r14660 r14663  
    177177    <Compile Include="Manipulators\MergeGroupManipulator.cs" />
    178178    <Compile Include="Manipulators\MultiLLEManipulator.cs" />
     179    <Compile Include="Moves\ExtractMove.cs" />
     180    <Compile Include="Moves\MergeMove.cs" />
     181    <Compile Include="Moves\Move.cs" />
     182    <Compile Include="Moves\ShiftMove.cs" />
     183    <Compile Include="Moves\SplitMove.cs" />
     184    <Compile Include="Moves\StaticAPI\MoveGenerator.cs" />
    179185    <Compile Include="Moves\Swap\ExhaustiveSwap2MoveGenerator.cs" />
    180186    <Compile Include="Moves\Swap\StochasticSwap2MultiMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.