Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/24/12 15:04:37 (12 years ago)
Author:
jkarder
Message:

#1331:

  • applied some of the changes suggested by ascheibe in comment:32:ticket:1331
  • restructured path relinking and improvement operators and similarity calculators
  • fixed bug in TSPMultipleGuidesPathRelinker
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ScatterSearch (trunk integration)/HeuristicLab.Optimization/3.3/HeuristicLab.Optimization-3.3.csproj

    r8086 r8319  
    114114  </ItemGroup>
    115115  <ItemGroup>
     116    <Compile Include="Interfaces\ISingleObjectivePathRelinker.cs" />
     117    <Compile Include="Interfaces\ISingleObjectiveImprovementOperator.cs" />
     118    <Compile Include="Interfaces\ISingleObjectiveSolutionSimilarityCalculator.cs" />
    116119    <Compile Include="Interfaces\IImprovementOperator.cs" />
    117120    <Compile Include="Interfaces\IPathRelinker.cs" />
    118121    <Compile Include="Interfaces\ISimilarityBasedOperator.cs" />
    119     <Compile Include="Interfaces\ISimilarityCalculator.cs" />
     122    <Compile Include="Interfaces\ISolutionSimilarityCalculator.cs" />
    120123    <Compile Include="RunCollectionModification\RunCollectionRunRemover.cs" />
    121124    <Compile Include="Plugin.cs" />
Note: See TracChangeset for help on using the changeset viewer.