Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/24/10 21:15:04 (14 years ago)
Author:
abeham
Message:

Added 3-opt move and evaluators for the TSP
Added 2-opt move evaluators for TSP Geo and Euclidean
#889

Location:
trunk/sources/HeuristicLab.Encodings.PermutationEncoding/3.3
Files:
2 added
1 deleted
1 edited

Legend:

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

    r3200 r3209  
    108108    <Compile Include="Manipulators\TranslocationManipulator.cs" />
    109109    <Compile Include="Moves\ThreeIndexMove.cs" />
     110    <Compile Include="Moves\ThreeOpt\StochasticThreeOptMultiMoveGenerator.cs" />
    110111    <Compile Include="Moves\ThreeOpt\ThreeOptMove.cs">
    111112      <SubType>Code</SubType>
    112113    </Compile>
     114    <Compile Include="Moves\ThreeOpt\ThreeOptMoveGenerator.cs" />
     115    <Compile Include="Moves\ThreeOpt\ThreeOptMoveMaker.cs" />
    113116    <Compile Include="Moves\TwoOpt\PreventReaddTwoOptTabuMoveEvaluator.cs" />
    114117    <Compile Include="Moves\TwoOpt\StochasticTwoOptSingleMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.