Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/12/16 14:14:11 (7 years ago)
Author:
abeham
Message:

#2701:

  • Added TryGetBy(First|Second) method to BidirectionalDictionary
  • Updated linear linkage encoding
    • Added move generator and moves for shift, merge, split, and extract moves
    • Added unit test (Apply/Undo)
  • Updated MemPR (linear linkage)
    • Added basic tabu walk
  • Fixed bug in MemPR (permutation)
  • Updated Tests project
File:
1 edited

Legend:

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

    r14471 r14477  
    181181    <Compile Include="Moves\Swap\Swap2MoveGenerator.cs" />
    182182    <Compile Include="Moves\Swap\Swap2MoveMaker.cs" />
     183    <Compile Include="Moves\ExtractMove.cs" />
     184    <Compile Include="Moves\MergeMove.cs" />
     185    <Compile Include="Moves\Move.cs" />
     186    <Compile Include="Moves\ShiftMove.cs" />
     187    <Compile Include="Moves\SplitMove.cs" />
     188    <Compile Include="Moves\StaticAPI\MoveGenerator.cs" />
    183189    <Compile Include="ShakingOperators\LLEShakingOperator.cs" />
    184190    <Compile Include="SimilarityCalculators\HammingSimilarityCalculator.cs" />
Note: See TracChangeset for help on using the changeset viewer.