Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/30/11 01:54:44 (13 years ago)
Author:
swagner
Message:

Changes due to review of benchmark algorithms (#1659):

  • renamed Benchmark to BenchmarkAlgorithm and BenchmarkView to BenchmarkAlgorithmView
  • removed unnecessary assembly references
  • removed IBenchmarkView as the user should be informed that there is no specific view for benchmarks
  • adapted descriptions of plugins and assemblies
  • adapted assembly Guids
  • sealed BenchmarkAlgorithm
  • adapted item names and item descriptions
  • adapted code formatting
Location:
trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3

    • Property svn:ignore
      •  

        old new  
        33obj
        44*.vs10x
         5*.user
  • trunk/sources/HeuristicLab.Algorithms.Benchmarks/3.3/Plugin.cs.frame

    r7225 r7246  
    2626  /// Plugin class for HeuristicLab.Algorithms.Benchmark plugin.
    2727  /// </summary>
    28   [Plugin("HeuristicLab.Algorithms.Benchmarks", "Provides different benchmarking algorithms", "3.3.6.$WCREV$")]
     28  [Plugin("HeuristicLab.Algorithms.Benchmarks", "Provides different performance benchmark algorithms.", "3.3.6.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Algorithms.Benchmarks-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    3232  [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    34   [PluginDependency("HeuristicLab.Data", "3.3")]   
     34  [PluginDependency("HeuristicLab.Data", "3.3")]
    3535  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    3636  [PluginDependency("HeuristicLab.Parameters", "3.3")]
    37   [PluginDependency("HeuristicLab.Persistence", "3.3")] 
     37  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3838  public class HeuristicLabAlgorithmsBenchmarksPlugin : PluginBase {
    3939  }
Note: See TracChangeset for help on using the changeset viewer.