Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/09/11 18:46:09 (13 years ago)
Author:
abeham
Message:

#1617

  • added scramble moves
  • added a scramble move evaluator for the QAP
  • added a unit test for the move evaluator
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3/HeuristicLab.Encodings.PermutationEncoding-3.3.csproj

    r6342 r6648  
    120120    <Compile Include="Crossovers\UniformLikeCrossover.cs" />
    121121    <Compile Include="HeuristicLabEncodingsPermutationEncodingPlugin.cs" />
     122    <Compile Include="Interfaces\IPermutationScrambleMoveOperator.cs" />
    122123    <Compile Include="Interfaces\IPermutationMultiNeighborhoodShakingOperator.cs" />
    123124    <Compile Include="Interfaces\IPermutationSwap2MoveOperator.cs" />
     
    139140    <Compile Include="Moves\Edge.cs" />
    140141    <Compile Include="Moves\PermutationMoveAttribute.cs" />
     142    <Compile Include="Moves\Scramble\StochasticScrambleMultiMoveGenerator.cs" />
     143    <Compile Include="Moves\Scramble\ScrambleMove.cs" />
     144    <Compile Include="Moves\Scramble\ScrambleMoveGenerator.cs" />
     145    <Compile Include="Moves\Scramble\ScrambleMoveMaker.cs" />
    141146    <Compile Include="Moves\StandardEdgeEqualityComparer.cs" />
    142147    <Compile Include="Moves\Swap2\ExhaustiveSwap2MoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.