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

    r3614 r3616  
    8787    <Compile Include="Algorithm.cs" />
    8888    <Compile Include="BatchRun.cs" />
     89    <Compile Include="Interfaces\IAnalyzer.cs" />
    8990    <Compile Include="RunCollectionComparisonConstraint.cs" />
    9091    <Compile Include="RunCollectionConstraintCollection.cs" />
     
    107108    <Compile Include="RunCollection.cs" />
    108109    <Compile Include="Run.cs" />
    109     <Compile Include="Interfaces\IMultiObjectiveSolutionsVisualizer.cs" />
    110110    <Compile Include="Interfaces\IResult.cs" />
    111     <Compile Include="Interfaces\ISingleObjectiveSolutionsVisualizer.cs" />
    112     <Compile Include="Interfaces\ISolutionsVisualizer.cs" />
    113111    <Compile Include="Interfaces\IDiscreteDoubleValueModifier.cs" />
    114112    <Compile Include="Interfaces\IExhaustiveMoveGenerator.cs" />
Note: See TracChangeset for help on using the changeset viewer.