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.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r3097 r3098  
    8888    <Compile Include="Interfaces\ISolutionVisualizer.cs" />
    8989    <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" />
     90    <Compile Include="Interfaces\IExhaustiveMoveGenerator.cs" />
    9091    <Compile Include="Interfaces\IMoveOperator.cs" />
     92    <Compile Include="Interfaces\IMultiMoveGenerator.cs" />
     93    <Compile Include="Interfaces\ISingleMoveGenerator.cs" />
    9194    <Compile Include="Interfaces\ISingleObjectiveMoveEvaluator.cs" />
    9295    <Compile Include="Interfaces\IMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.