Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/10 11:54:34 (14 years ago)
Author:
abeham
Message:

Added simulated annealing algorithm #923

File:
1 edited

Legend:

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

    r3074 r3098  
    111111    <Compile Include="Moves\ThreeOpt\ThreeOptMove.cs" />
    112112    <Compile Include="Moves\ThreeOpt\ThreeOptMoveGenerator.cs" />
     113    <Compile Include="Moves\TwoOpt\StochasticTwoOptSingleMoveGenerator.cs" />
    113114    <Compile Include="Moves\TwoOpt\ExhaustiveTwoOptMoveGenerator.cs">
    114115      <SubType>Code</SubType>
     
    117118      <SubType>Code</SubType>
    118119    </Compile>
    119     <Compile Include="Moves\TwoOpt\StochasticTwoOptMoveGenerator.cs" />
     120    <Compile Include="Moves\TwoOpt\StochasticTwoOptMultiMoveGenerator.cs" />
    120121    <Compile Include="Moves\TwoOpt\TwoOptMove.cs">
    121122      <SubType>Code</SubType>
Note: See TracChangeset for help on using the changeset viewer.