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.Knapsack/3.3/Interfaces/IKnapsackSolutionsVisualizer.cs

    r3467 r3616  
    2929  /// An interface which represents an operator for visualizing solutions of Knapsack Problems.
    3030  /// </summary>
    31   public interface IKnapsackSolutionsVisualizer : ISingleObjectiveSolutionsVisualizer {
     31  public interface IKnapsackSolutionsVisualizer : IAnalyzer {
    3232    ILookupParameter<ItemArray<BinaryVector>> BinaryVectorParameter { get; }
    3333    ILookupParameter<IntValue> KnapsackCapacityParameter { get; }
Note: See TracChangeset for help on using the changeset viewer.