Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 02:02:51 (14 years ago)
Author:
swagner
Message:

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

  • added interfaces to specify on which scope level an analyzer can be applied
  • adapted MultiAnalyzer
File:
1 edited

Legend:

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

    r3617 r3618  
    8787    <Compile Include="Algorithm.cs" />
    8888    <Compile Include="BatchRun.cs" />
     89    <Compile Include="Interfaces\IMultiPopulationAnalyzer.cs" />
     90    <Compile Include="Interfaces\IPopulationAnalyzer.cs" />
     91    <Compile Include="Interfaces\ISolutionAnalyzer.cs" />
    8992    <Compile Include="RunCollectionConstraints\RunCollectionComparisonConstraint.cs" />
    9093    <Compile Include="RunCollectionConstraints\RunCollectionConstraintCollection.cs" />
Note: See TracChangeset for help on using the changeset viewer.