Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 00:48:18 (14 years ago)
Author:
swagner
Message:

Worked on refactoring of algorithm analysis and tracing (#999)

  • adapted GA and TSP
  • removed stuff related to visualizers
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TravelingSalesman/3.3/HeuristicLab.Problems.TravelingSalesman-3.3.csproj

    r3384 r3616  
    8484  </ItemGroup>
    8585  <ItemGroup>
     86    <Compile Include="Analyzers\BestTSPSolutionAnalyzer.cs" />
    8687    <Compile Include="Evaluators\TSPEuclideanPathEvaluator.cs" />
    8788    <Compile Include="Evaluators\TSPGeoPathEvaluator.cs" />
     
    9798    <Compile Include="TravelingSalesmanProblem.cs" />
    9899    <Compile Include="TSPLIBTourParser.cs" />
    99     <Compile Include="Interfaces\ICoordinatesTSPSolutionsVisualizer.cs" />
    100     <Compile Include="Interfaces\IPathCoordinatesTSPSolutionsVisualizer.cs" />
    101     <Compile Include="Interfaces\ITSPSolutionsVisualizer.cs" />
    102100    <Compile Include="PathTSPTour.cs" />
    103     <Compile Include="Visualizers\BestPathTSPTourVisualizer.cs" />
    104101    <Compile Include="Evaluators\TSPCoordinatesPathEvaluator.cs" />
    105102    <Compile Include="Evaluators\TSPEvaluator.cs" />
Note: See TracChangeset for help on using the changeset viewer.