Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 23:27:50 (14 years ago)
Author:
swagner
Message:

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

  • removed specific analyzer interfaces
  • adapted MultiAnalyzer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/SolutionQualityAnalyzer.cs

    r3623 r3658  
    3434  [Item("SolutionQualityAnalyzer", "An operator which analyzes the quality of the current solution.")]
    3535  [StorableClass]
    36   public sealed class SolutionQualityAnalyzer : AlgorithmOperator, ISolutionAnalyzer {
     36  public sealed class SolutionQualityAnalyzer : AlgorithmOperator, IAnalyzer {
    3737    #region Parameter properties
    3838    public ValueLookupParameter<BoolValue> MaximizationParameter {
Note: See TracChangeset for help on using the changeset viewer.